module Dry::Schema

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

Other tags:
    Api: - public

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