UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 264 B
/** A website domain */ export interface Domain { /** If the CDN is currently active */ cdn: boolean; /** FQDN of the website domain */ fqdn: string; /** If the SSL is currently active */ ssl: boolean; } //# sourceMappingURL=Domain.d.ts.map