Type Alias: CallState CallState = "init" | "loading" | "loaded" | { error: string; } Defined in: lib/with-call-state.ts:10