UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

10 lines (8 loc) 215 B
type CloudProjectAiVolumeDataStore = { alias: string; archive?: string | null; container: string; internal?: boolean | null; prefix?: string | null; }; export { CloudProjectAiVolumeDataStore };