kustomer-client
    Preparing search index...

    Type Alias FindCustomerKObjectsData

    type FindCustomerKObjectsData = {
        body?: never;
        path: { id: string; name: string };
        query?: never;
        url: "/customers/{id}/klasses/{name}";
    }
    Index

    Properties

    Properties

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

    Type declaration

    • id: string

      Unique ID of the customer.

    • name: string

      Name of the Klass.

    query?: never
    url: "/customers/{id}/klasses/{name}"