UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

8 lines (6 loc) 194 B
type CloudProjectAiRegistryRegistryUpdateInput = { password?: string | null; url?: string | null; username?: string | null; }; export { CloudProjectAiRegistryRegistryUpdateInput };