UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

10 lines (8 loc) 205 B
type MeIncidentServiceToMigrate = { description?: string; metadata?: string; route?: string | null; serviceId?: number; serviceName?: string; }; export { MeIncidentServiceToMigrate };