interface CustomerActor {
    actorType: "customer";
    customerId: string;
}

Properties

actorType: "customer"
customerId: string

Generated using TypeDoc