Determine what the managed timestamp field names are for the given model definition and return the mapping.
All timestamp fields are included in the mapping, regardless of whether the final field names are the defaults or customized in the @model directive.
@model
modelDefinition to inspect.
An object mapping createdAt and updatedAt to their field names.
createdAt
updatedAt
https://docs.amplify.aws/cli/graphql/data-modeling/#customize-creation-and-update-timestamps
Determine what the managed timestamp field names are for the given model definition and return the mapping.
All timestamp fields are included in the mapping, regardless of whether the final field names are the defaults or customized in the
@model
directive.