UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

12 lines (9 loc) 337 B
import { DedicatedServerBackupStorageTypeEnum } from './DedicatedServerBackupStorageTypeEnum.js'; type DedicatedServerBackupFtp = { ftpBackupName?: string; quota?: number | null; readOnlyDate?: Date | null; type?: DedicatedServerBackupStorageTypeEnum; usage?: number | null; }; export { DedicatedServerBackupFtp };