Updates Schemable Module

This commit is contained in:
Muhammad Nawzad
2023-11-13 15:30:06 +03:00
parent 1d9e06a1d3
commit a9fbe3e17e
2 changed files with 4 additions and 18 deletions

View File

@@ -1,6 +1,7 @@
module Schemable
VERSION: String
def generate_schemas: () -> Array[Hash[Symbol, Hash[Symbol, any]]]
def configure: () { (Configuration) -> Configuration } -> Configuration
attr_accessor configuration: Configuration
def configure: () { (Configuration) -> Configuration } -> Configuration
end