/dhall-aws-cloudformation/cloudformation/AWS::Lex::Bot/SlotTypeValue.dhall
Copy path to clipboardSource
{ Type =
{ SampleValue : (./SampleValue.dhall).Type
, Synonyms : Optional (List (./SampleValue.dhall).Type)
}
, default.Synonyms = None (List (./SampleValue.dhall).Type)
}