keiro-dsl-0.9.0.0: test/conformance-structural/Generated/StructuralConformance/Structural/Shape/ArtifactMetadata.hs
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE DuplicateRecordFields #-}
-- @generated by keiro-dsl 0.8.0.0 (language keiro-dsl 4) from mapped structural ArtifactMetadata; do not edit.
module Generated.StructuralConformance.Structural.Shape.ArtifactMetadata (ArtifactMetadataShape (..)) where
import Data.Text (Text)
import GHC.Generics (Generic)
data ArtifactMetadataShape = ArtifactMetadata
{ note :: !(Maybe (Text))
}
deriving stock (Eq, Generic, Show)