UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

8 lines (6 loc) 160 B
type DbaasLogsClusterRetention = { duration?: number | null; isSupported?: boolean; retentionId?: string; }; export { DbaasLogsClusterRetention };