module Dry::Schema

def self.define(**options, &block)

Other tags:
    Api: - public

Other tags:
    See: DSL.new -

Returns:
  • (Processor) -

Parameters:
  • options (Hash) --
def self.define(**options, &block)
  DSL.new(**options, &block).call
end