keiro-dsl-0.4.0.1: test/conformance-structural/Generated/StructuralConformance/Structural/Shape/ArtifactMetadata.hs
{-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE DuplicateRecordFields #-}
-- @generated by keiro-dsl; do not edit. Regenerated from the .keiro spec.
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)