UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

9 lines (6 loc) 276 B
import { HostingWebLocalSeoSearchData } from './HostingWebLocalSeoSearchData.js'; type HostingWebLocalSeoVisibilityCheckResponse = { alreadyManaged?: boolean | null; searchData?: HostingWebLocalSeoSearchData; }; export { HostingWebLocalSeoVisibilityCheckResponse };