interface CustomerActor {
    actorType: "customer";
    customerId: string;
    [k: string]: unknown;
}

Indexable

[k: string]: unknown

Properties

actorType: "customer"
customerId: string

Generated using TypeDoc