@oneblink/sdk
    Preparing search index...

    Type Alias FormSubmissionMetaEdit

    FormSubmissionMetaEdit: NewFormSubmissionMetaEdit & {
        createdAt: string;
        id: string;
        s3ObjectVersionId?: string;
    }

    Type Declaration

    • createdAt: string

      The date and time (in ISO format) the record was created

    • id: string

      The unique identifier for the record

    • Optionals3ObjectVersionId?: string

      The S3 VersionId of the canonical submission object after this edit was applied. Omitted while the edit is still in flight.