export interface DeliveryStatusFields { status: string; substatuses: string[]; }