type alias AsyncValueimport { type AsyncValue } from "https://deno.land/x/effector@effector%4023.1.0/src/forest/plan/index.h.ts"; definition: { status: | "I" | "A" | "T" | "IA" | "AA" | "AT"; value: { active: any; pending: any; }; ops: { init: Op; change: Op; terminate: Op; }; }