@discordx/lava-player
    Preparing search index...

    Interface ClusterNodeOptions

    interface ClusterNodeOptions {
        host?: HostOptions;
        password: string;
        tags?: Iterable<string, any, any>;
        userId: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    password: string
    tags?: Iterable<string, any, any>
    userId: string