node-ovh-ts
Version:
OVH API wrapper library for TypeScript
18 lines (16 loc) • 388 B
TypeScript
type XdslAddressDetail = {
building?: string | null;
city?: string;
door?: string | null;
firstName?: string;
floor?: string | null;
inseeCode?: string;
lastName?: string;
numberStreet?: string;
residence?: string | null;
rivoliCode?: string;
stairs?: string | null;
street?: string;
zipCode?: string;
};
export { XdslAddressDetail };