@nats-io/nats-core
    Preparing search index...

    Interface UserPass

    interface UserPass {
        pass?: string;
        user: string;
    }
    Index

    Properties

    Properties

    pass?: string
    user: string