UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

6 lines 172 B
/** Data of a domain option */ export interface ServiceOption { /** Service name of the option */ serviceName: string; } //# sourceMappingURL=ServiceOption.d.ts.map