UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

12 lines (10 loc) 264 B
type CloudProjectDatabaseKafkaTopic = { id?: string; minInsyncReplicas?: number; name?: string; partitions?: number; replication?: number; retentionBytes?: number; retentionHours?: number; }; export { CloudProjectDatabaseKafkaTopic };