casparcg-connection
    Preparing search index...

    Interface Command<Cmd, Params>

    interface Command<Cmd extends Commands, Params> {
        command: Cmd;
        params: Params;
    }

    Type Parameters

    Index

    Properties

    Properties

    command: Cmd
    params: Params