UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 263 B
/** Represents a city */ export interface City { /** The identifier of the city */ administrationCode?: string; /** The name of the city */ name: string; /** The zip code of the city */ zipCode: string; } //# sourceMappingURL=City.d.ts.map