UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

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