UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

8 lines (6 loc) 196 B
type CloudKubeNodePoolTemplateMetadata = { annotations: Record<string, string>; finalizers: string[]; labels: Record<string, string>; }; export { CloudKubeNodePoolTemplateMetadata };