export interface QuotationTC {
    id: string
    projectName: string
    termsAndConditions: string
    createdAt?: string
    updatedAt?: string
  }