UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

6 lines 168 B
/** Get statistics of a stream */ export interface StreamStats { /** Number of messages per second */ usage: number; } //# sourceMappingURL=StreamStats.d.ts.map