Membrane SDK - v0.9.1
    Preparing search index...

    Type Alias ActionRunResponse<RunOutput>

    ActionRunResponse: Omit<output<typeof ActionRunResponse>, "output"> & {
        output: RunOutput;
    }

    Type Parameters

    • RunOutput = any