UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 262 B
/** Details of a street number struct */ export interface StreetNumberDetails { /** Hexacle is a French unique identifier of the address */ hexacle?: string; /** Street number */ number: string; } //# sourceMappingURL=StreetNumberDetails.d.ts.map