UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

10 lines (7 loc) 209 B
import { OverTheBoxTaskStatusEnum } from './OverTheBoxTaskStatusEnum.js'; type OverTheBoxTask = { name?: string; status?: OverTheBoxTaskStatusEnum; taskId?: string; }; export { OverTheBoxTask };