UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

6 lines 198 B
/** Kind of persistence for the stream */ export declare enum StreamKindEnum { 'NON_PERSISTENT' = "NON_PERSISTENT", 'PERSISTENT' = "PERSISTENT" } //# sourceMappingURL=StreamKindEnum.d.ts.map