Type Alias: AnyPlayActor
API / @xmachines/play-solid / AnyPlayActor
type AnyPlayActor = AbstractActor<AnyActorLogic>;Defined in: packages/play-solid/src/useActor.ts:28
Bare actor type accepted by Solid context providers. For the full routing + view shape, use PlayActor from @xmachines/play-router.