@jellyfin/sdk
    Preparing search index...

    Interface GeneralCommand

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

    Properties

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