runstorm - v0.6.2
    Preparing search index...

    Variable toWorkerMessageShapeConst

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

    Shape definition for ToWorkerMessage.