UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 245 B
/** Share replica state */ export declare enum NetAppShareReplicaStateEnum { 'active' = "active", 'error' = "error", 'in_sync' = "in_sync", 'out_of_sync' = "out_of_sync" } //# sourceMappingURL=NetAppShareReplicaStateEnum.d.ts.map