UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

13 lines (11 loc) 269 B
type CloudProjectAiRegistryRegistry = { createdAt?: Date; id?: string; password: string | null; region: string; updatedAt?: Date; url: string | null; user?: string; username: string | null; }; export { CloudProjectAiRegistryRegistry };