UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

12 lines 354 B
/** Definition of a court decision */ export interface CourtDecision { /** Country code */ countryCode: string; /** Court name */ courtName: string; /** Reference number of court decision */ referenceNumber: string; /** Regions where court decision apply */ regions: string[]; } //# sourceMappingURL=CourtDecision.d.ts.map