UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 260 B
/** A structure giving operation price and asynchronous task ID */ export interface ReceiversAsynchronousCleanReport { /** */ taskId: number; /** */ totalCreditsRemoved: number; } //# sourceMappingURL=ReceiversAsynchronousCleanReport.d.ts.map