UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 207 B
/** Scheduled action before the next renewal of the service */ export interface PendingAction { /** */ action: string; /** */ dateTodo: string; } //# sourceMappingURL=PendingAction.d.ts.map