packages feed

keiro-dsl-0.12.0.0: test/conformance-mapped-readmodel/Generated/MappedReadmodel/Structural/Shape/AccountProfile.hs

-- @generated by keiro-dsl 0.12.0.0 (language keiro-dsl 5) from mapped structural AccountProfile; do not edit.
module Generated.MappedReadmodel.Structural.Shape.AccountProfile (AccountProfileShape (..)) where

import Data.Text (Text)
import GHC.Generics (Generic)

data AccountProfileShape = AccountProfile
  { displayName :: !Text
  }
  deriving stock (Eq, Generic, Show)