FormSubmissionApprovalNote: NewFormSubmissionApprovalNote & {
    createdAt: string;
    createdBy: UserProfile;
    id: string;
    lastUpdatedBy: UserProfile;
    updatedAt: string;
}

Type declaration

  • createdAt: string

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

  • createdBy: UserProfile

    The user that created the note

  • id: string

    The unique identifier for the record

  • lastUpdatedBy: UserProfile

    The user that last updated the note

  • updatedAt: string

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