UserPassCopyimport type { UserPass } from "https://raw.githubusercontent.com/nats-io/nats.deno/v1.28.2/nats-base-client/internal_mod.ts";interface UserPass {pass?: string;user: string;}§Properties§pass?: string[src]§user: string[src]