Type Alias CreateCustomerRequest

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