interface ListNatsAccountsResponse {
    natsAccounts: MNQ.v1beta1.NatsAccount[];
    totalCount: number;
}

Properties

natsAccounts: MNQ.v1beta1.NatsAccount[]

NATS accounts on this page.

totalCount: number

Total count of existing NATS accounts (matching any filters specified).