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>AsyncValue

Business logic with ease ☄️
Latest
type alias AsyncValue
import { type AsyncValue } from "https://deno.land/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; }; }