UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 227 B
/** xdsl.modem.firmware.post */ export interface Post { /** The firmware version to upgrade to */ firmware: string; /** Date of execution, default is now */ todoDate: string; } //# sourceMappingURL=Post.d.ts.map