Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/xstate/src/types.ts>InternalStateFrom

State machines and statecharts for the modern web.
Go to Latest
type alias InternalStateFrom
import { type InternalStateFrom } from "https://deno.land/x/xstate@xstate%405.0.0-beta.19/src/types.ts";

Type Parameters

TLogic extends ActorLogic<any, any>
definition: TLogic extends ActorLogic<infer _TEvent, infer _TSnapshot, infer TInternalState, infer _TPersisted> ? TInternalState : never