UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines 197 B
/** Status of the stream */ export declare enum StreamStatusEnum { 'ERROR' = "ERROR", 'INSTALLING' = "INSTALLING", 'RUNNING' = "RUNNING" } //# sourceMappingURL=StreamStatusEnum.d.ts.map