UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 209 B
import { UrlTypeEnum } from './UrlTypeEnum'; /** Web address */ export interface Url { /** Web URI */ address: string; /** Service type */ type: UrlTypeEnum; } //# sourceMappingURL=Url.d.ts.map