UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

11 lines 320 B
import { TaskStatusEnum } from './Task/TaskStatusEnum'; /** Task to generate a carbon impact document */ export interface Task { /** Link to the document */ link?: string; /** Status of the task */ status: TaskStatusEnum; /** ID of the task */ taskID: string; } //# sourceMappingURL=Task.d.ts.map