FormsAppJob: NewFormsAppJob & {
    createdAt: string;
    id: string;
    isSubmitted: boolean;
    submissionId?: string;
    updatedAt: string;
}