import { GenericErrorType } from "@deliverysolutions/response-error-structure"; import { Services } from "@deliverysolutions/rule-engine/src/pojos/CorporateDsp"; export interface ZoneRatesError { type: GenericErrorType; message: string; provider: string; service?: string | null; }