Adds incomplete Definitions class

This commit is contained in:
Muhammad Nawzad
2023-11-09 15:25:31 +03:00
parent b4e995a250
commit 8e3cd6e033
2 changed files with 297 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
module Schemable
class Definition
def serializer: -> untyped
end
end