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

    Type Alias FormSubmission

    FormSubmission: NewFormSubmission & BaseFormSubmission & {
        formsAppId?: number;
        formSubmissionDraftId?: string;
        preFillFormDataId: string | null;
    }

    Type Declaration

    • OptionalformsAppId?: number

      The id of the Forms App submitting for

    • OptionalformSubmissionDraftId?: string

      The id of the draft to clean up after successful submission

    • preFillFormDataId: string | null

      The id of the prefill data to clean up after successful submission