UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

9 lines (7 loc) 218 B
type DbaasLogsOutputOpenSearchIndexCreation = { alertNotifyEnabled?: boolean | null; description: string; nbShard?: number | null; suffix: string; }; export { DbaasLogsOutputOpenSearchIndexCreation };