keiro-dsl-0.12.0.0: test/conformance-mapped-readmodel/Generated/MappedReadmodel/Structural/Shape/AccountLookup.hs
-- @generated by keiro-dsl 0.12.0.0 (language keiro-dsl 5) from mapped structural AccountLookup; do not edit.
module Generated.MappedReadmodel.Structural.Shape.AccountLookup (AccountLookupShape (..)) where
import Data.Text (Text)
import GHC.Generics (Generic)
import Generated.MappedReadmodel.Structural.Shape.TenantKey qualified as TenantKey
data AccountLookupShape = AccountLookup
{ accountId :: !Text
, tenant :: !TenantKey.TenantKeyShape
}
deriving stock (Eq, Generic, Show)