node-ovh-ts
Version:
OVH API wrapper library for TypeScript
17 lines (15 loc) • 428 B
TypeScript
type ConnectivityEligibilityAddress = {
building?: string | null;
city?: string;
door?: string | null;
floor?: string | null;
housingComplex?: string | null;
inseeCode?: string;
ownerName?: string | null;
stairs?: string | null;
streetCode?: string | null;
streetName?: string | null;
streetNumber?: string | null;
zipCode?: string;
};
export { ConnectivityEligibilityAddress };