global

def self.definition(id:, params:)

def self.definition(id:, params:)
  new(
    kind: :definition,
    id: id,
    params: params
  )
end