UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

10 lines (8 loc) 222 B
type CloudProjectAiVolumePrivateSwift = { archive?: string | null; container: string; internal?: boolean | null; prefix?: string | null; region: string; }; export { CloudProjectAiVolumePrivateSwift };