UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 209 B
/** Possible SELT test states */ export declare enum SeltStateEnum { 'open' = "open", 'short' = "short", 'synced' = "synced", 'unknown' = "unknown" } //# sourceMappingURL=SeltStateEnum.d.ts.map