UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

9 lines (6 loc) 193 B
import { ClusterHadoopRoleTypeEnum } from './ClusterHadoopRoleTypeEnum.js'; type ClusterHadoopRole = { id?: number; type?: ClusterHadoopRoleTypeEnum; }; export { ClusterHadoopRole };