FormsAppDraft: NewFormsAppDraft & {
    createdAt?: string;
    createdBy?: UserProfile;
    draftDataId?: string;
    draftId: string;
    updatedAt?: string;
    updatedBy?: UserProfile;
}

Deprecated

Replaced with FormSubmissionDraft and FormSubmissionDraftVersion