@logixjs/sandbox
    Preparing search index...

    Interface RunCommand

    interface RunCommand {
        payload: {
            actions?: readonly { _tag: string; payload?: unknown }[];
            runId: string;
            useCompiledCode?: boolean;
        };
        type: "RUN";
    }
    Index

    Properties

    Properties

    payload: {
        actions?: readonly { _tag: string; payload?: unknown }[];
        runId: string;
        useCompiledCode?: boolean;
    }
    type: "RUN"