UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

14 lines (12 loc) 272 B
type HostingWebLocalSeoSearchData = { city?: string; country?: string; id?: number; name?: string; province?: string | null; street?: string; streetNo?: string; token?: string; zip?: string; }; export { HostingWebLocalSeoSearchData };