kustomer-client
    Preparing search index...

    Type Alias GetaCustomerEventData

    type GetaCustomerEventData = {
        body?: never;
        path: { customerId: string; id: string };
        query?: never;
        url: "/customers/{customerId}/events/{id}";
    }
    Index

    Properties

    Properties

    body?: never
    path: { customerId: string; id: string }

    Type declaration

    • customerId: string

      Unique ID of the customer.

    • id: string

      Unique ID of the event.

    query?: never
    url: "/customers/{customerId}/events/{id}"