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

    Interface RestOptions

    interface RestOptions {
        address: string;
        port: number;
        secure?: boolean;
    }
    Index

    Properties

    Properties

    address: string
    port: number
    secure?: boolean