Shoukaku
    Preparing search index...

    Interface UpdatePlayerTrackOptions

    interface UpdatePlayerTrackOptions {
        encoded?: null | string;
        identifier?: string;
        userData?: unknown;
    }
    Index

    Properties

    encoded?: null | string
    identifier?: string
    userData?: unknown