Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/effector/src/forest/plan/index.h.ts>Op

Business logic with ease ☄️
Go to Latest
type alias Op
import { type Op } from "https://deno.land/x/effector@effector%4022.8.8/src/forest/plan/index.h.ts";
definition: { value: { active: any; pending: any; }; runOp: (value: any) => void; status: "active" | "pending" | "suspend"; priority: "props" | "tree" | "data"; group: OpGroup; cursor: { prev: Op | null; next: Op | null; }; }