@jellyfin/sdk
    Preparing search index...

    Interface GeneralCommand

    interface GeneralCommand {
        Arguments?: { [key: string]: string };
        ControllingUserId?: string;
        Name?: GeneralCommandType;
    }
    Index
    Arguments?: { [key: string]: string }
    ControllingUserId?: string