Skip to content

Commit

Permalink
missing description field for streams
Browse files Browse the repository at this point in the history
  • Loading branch information
aricart committed Sep 7, 2021
1 parent dad900f commit 9ac1c2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nats-base-client/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,7 @@ export interface StreamConfig {
mirror?: StreamSource; // same as a source
sources?: StreamSource[];
"max_msgs_per_subject"?: number;
description?: string;
}

export interface StreamSource {
Expand Down

0 comments on commit 9ac1c2c

Please sign in to comment.