@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
32 lines (31 loc) • 1.14 kB
JavaScript
import * as acl from './acl/index.js';
import * as aclGet from './aclGet/index.js';
import * as cephfsGet from './cephfsGet/index.js';
import * as clusterGet from './clusterGet/index.js';
import * as clusterHealth from './clusterHealth/index.js';
import * as clusterUpdate from './clusterUpdate/index.js';
import * as pool from './pool/index.js';
import * as poolErasure from './poolErasure/index.js';
import * as poolGet from './poolGet/index.js';
import * as taskGet from './taskGet/index.js';
import * as taskList from './taskList/index.js';
import * as user from './user/index.js';
import * as userGet from './userGet/index.js';
import * as userPoolPermList from './userPoolPermList/index.js';
import * as userPoolPermSetAll from './userPoolPermSetAll/index.js';
export * from './UpdateClusterDetails.js';
export { acl };
export { aclGet };
export { cephfsGet };
export { clusterGet };
export { clusterHealth };
export { clusterUpdate };
export { pool };
export { poolErasure };
export { poolGet };
export { taskGet };
export { taskList };
export { user };
export { userGet };
export { userPoolPermList };
export { userPoolPermSetAll };