UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 225 B
/** Device action */ export interface AvailableDeviceAction { /** Description of the action */ description: string; /** Name of the action */ name: string; } //# sourceMappingURL=AvailableDeviceAction.d.ts.map