Skip to content

DoCurious API Reference / types / AsyncStatus

Type Alias: AsyncStatus

AsyncStatus = "idle" | "loading" | "success" | "error"

Defined in: types/common.types.ts:173

State machine for asynchronous operations used by Zustand stores and hooks.

DoCurious Platform Documentation