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

Type declaration

  • createdAt: string

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

  • id: string

    The id the job

  • isSubmitted: boolean

    Use the presence of the submissionId property to determine if the job has been submitted. Will be true if the submissionId property has a value for backward compatibility.

  • OptionalsubmissionId?: string

    The submission identifier to indicate that job has been submitted

  • updatedAt: string

    The date and time (in ISO format) the job was last updated