UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

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