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

    Variable CreateFlowRunRequestConst

    CreateFlowRunRequest: ZodObject<
        {
            flowInstanceId: ZodString;
            nodeKey: ZodOptional<ZodString>;
            input: ZodOptional<ZodAny>;
        },
        $strip,
    > = ...