Interface CustomerCreatedPublicEventPayload

interface CustomerCreatedPublicEventPayload {
    customer: Customer;
    eventType: "customer.customer_created";
    [k: string]: unknown;
}

Indexable

[k: string]: unknown

Properties

Properties

customer: Customer
eventType: "customer.customer_created"

Generated using TypeDoc