@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
10 lines • 365 B
TypeScript
/** A structure describing current housing options */
export interface Options {
/** Number of APC connected to this housing bay */
apcCount: number;
/** Is this housing bay have handsneyes service */
handsneyes: boolean;
/** High Availability routing service offer */
highAvailabilityRouting: string;
}
//# sourceMappingURL=Options.d.ts.map