UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

8 lines (6 loc) 185 B
type DbaasLogsLogstashConfiguration = { filterSection?: string | null; inputSection?: string; patternSection?: string | null; }; export { DbaasLogsLogstashConfiguration };