@jellyfin/sdk
    Preparing search index...

    Interface GeneralCommand

    GeneralCommand

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

    Properties

    Arguments?: { [key: string]: null | string }

    GeneralCommand

    ControllingUserId?: string

    GeneralCommand

    GeneralCommand