UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

12 lines (10 loc) 263 B
type DbaasLogsInputCreation = { allowedNetworks?: string[] | null; description: string; engineId: string; exposedPort?: string | null; nbInstance?: number | null; streamId: string; title: string; }; export { DbaasLogsInputCreation };