Type Alias UpdateCustomerRequest

UpdateCustomerRequest: {
    name?: string;
    internalId?: string;
    fields?: any;
    credentials?: any;
}