UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

9 lines (6 loc) 258 B
import { CloudProjectAiServingMetricsEndpoint } from './CloudProjectAiServingMetricsEndpoint.js'; type CloudProjectAiServingMetrics = { endpoints?: CloudProjectAiServingMetricsEndpoint[]; token?: string; }; export { CloudProjectAiServingMetrics };