@oneblink/apps-react
    Preparing search index...

    Type Alias DraftSubmission

    DraftSubmission: DraftSubmissionInput & {
        createdAt: string;
        formSubmissionDraftId: string;
    }

    Type Declaration

    • createdAt: string

      The date and time (in ISO format) when this version of the draft was created.

    • formSubmissionDraftId: string

      The identifier for the parent draft record. Created client side to store the draft locally for offline capability