interface UserActor {
    actorType: "user";
    userId: string;
}

Properties

Properties

actorType: "user"
userId: string

Generated using TypeDoc