UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

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