export enum ProofOfDeliveryFormat {
  Pdf = 'PDF',
  Png = 'PNG',
}
