Interface for Stream Information

interface NatsStreamInfo {
    config: NatsStreamConfig;
    state: NatsStreamState;
}

Properties

Properties