/**
 * Generated by orval v8.23.0 🍺
 * Do not edit manually.
 * Api
 * API operativa de Y.E. Transport & Constructors
 * OpenAPI spec version: 1.0.0
 */

export type QuoteUpdateStatus = typeof QuoteUpdateStatus[keyof typeof QuoteUpdateStatus];


export const QuoteUpdateStatus = {
  new: 'new',
  reviewing: 'reviewing',
  sent: 'sent',
  approved: 'approved',
  declined: 'declined',
  archived: 'archived',
} as const;
