runstorm - v1.0.0
    Preparing search index...

    Variable toWorkerMessageShapeConst

    toWorkerMessageShape: Shape<
        Shape<
            TUnion<
                TObject<
                    {
                        command: TObject<
                            {
                                command: TString;
                                cwd: TOptional<TUnion<(...)[]>>;
                                env: TOptional<TUnion<(...)[]>>;
                                keepAlive: TOptional<TUnion<(...)[]>>;
                                shell: TOptional<TUnion<(...)[]>>;
                            },
                        >;
                        type: TUnsafe<Start>;
                    },
                >[],
            >,
        >,
    > = ...

    Shape definition for ToWorkerMessage.