UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

14 lines (12 loc) 286 B
type CloudProjectAiServingNamespace = { clusterId?: string; container?: string; containerId?: string; createdAt?: Date; description?: string; hubUrl?: string; id?: string; region?: string; url?: string; }; export { CloudProjectAiServingNamespace };