interface UserActor {
    actorType: "user";
    userId: string;
    [k: string]: unknown;
}

Indexable

[k: string]: unknown

Properties

Properties

actorType: "user"
userId: string

Generated using TypeDoc