UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

12 lines (9 loc) 337 B
import { DedicatedCephTaskGetResponseStateEnum } from './DedicatedCephTaskGetResponseStateEnum.js'; type DedicatedCephTaskGetResponse = { createDate?: string; finishDate?: string | null; name?: string; state?: DedicatedCephTaskGetResponseStateEnum | null; type?: string; }; export { DedicatedCephTaskGetResponse };