export interface RequestJournalEntryFieldsUpdate { status?: string; comments?: string; $unset?: string[]; }