@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
8 lines • 355 B
TypeScript
/** Website creation capabilities of your hosting */
export interface WebsiteCreationCapabilities {
/** Number of websites allowed by your hosting offer, -1 meaning unlimited */
allowedWebsites: number;
/** Number of existing websites on your hosting */
existingWebsites: number;
}
//# sourceMappingURL=WebsiteCreationCapabilities.d.ts.map