Documentation
    Preparing search index...

    MARK: Events

    type EventActorIntent = {
        actorId: Id;
        generation: u32;
        intent: ActorIntent;
    }
    Index

    Properties

    actorId: Id
    generation: u32
    intent: ActorIntent