export interface RequestOrderFieldsUpdate { comments?: string; cod?: boolean; poNumber?: string; $unset?: string[]; }