UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 303 B
import { CustomerActionsEnum } from './CustomerActionsEnum'; /** Customer action to do */ export interface CustomerActionToDo { /** action's description */ description: string; /** Customer possible actions */ name: CustomerActionsEnum; } //# sourceMappingURL=CustomerActionToDo.d.ts.map