UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 230 B
/** Contact change task */ export interface Task { /** Unique identifier of the Task */ id: number; /** Computed API route to fetch and manage the Task created */ route: string; } //# sourceMappingURL=Task.d.ts.map