type alias Opimport { type Op } from "https://dotland.deno.dev/x/effector@effector-vue%4023.1.0/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; }; }