export interface DeliveryCompany { id: string; name: string; slotPrefix: string; paymentTypeKey: string; key: string; }