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