export enum QuotationStatus {
  LOST = 'lost',
  IDLE = 'idle',
  CONFIRM = 'confirm',
}
