type alias StateRefOpimport { type StateRefOp } from "https://deno.land/x/effector@effector-vue%4023.1.0/packages/effector/index.d.ts"; definition: { type: "map"; from?: StateRef; fn?: (value: any) => any; } | { type: "field"; from: StateRef; field: string; } | { type: "closure"; of: StateRef; }