UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 356 B
import { SearchData } from './SearchData'; /** Struct describing the response for a visibility check request */ export interface VisibilityCheckResponse { /** Is the searched location already managed ? */ alreadyManaged?: boolean; /** Searched location data */ searchData: SearchData; } //# sourceMappingURL=VisibilityCheckResponse.d.ts.map