packages feed

keiro-dsl-0.18.0.0: test/conformance-bare-containers/Generated/BareContainers/BareLookup/QueryContract.hs

-- @generated by keiro-dsl 0.18.0.0 (language keiro-dsl 6) from readmodel bare_lookup; do not edit.
module Generated.BareContainers.BareLookup.QueryContract
  ( BareLookupQueryInput
  , BareLookupQueryResult
  ) where

import Conformance.BareContainers.Domain (MaybeText, TextList)

type BareLookupQueryInput = MaybeText
type BareLookupQueryResult = [TextList]