Module

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

Business logic with ease ☄️
Go to Latest
type alias AsyncValue
import { type AsyncValue } from "https://dotland.deno.dev/x/effector@effector%4023.2.2/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; }; }