Type alias FormSubmissionApprovalNote

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