UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

11 lines (9 loc) 209 B
type DedicatedServerBackupFtpAcl = { cifs?: boolean; ftp?: boolean; ipBlock?: string; isApplied?: boolean; lastUpdate?: Date; nfs?: boolean; }; export { DedicatedServerBackupFtpAcl };