export interface CreateCustomerGroupCustomerDTO { customer_id: string; customer_group_id: string; created_by?: string; } //# sourceMappingURL=customer-group-customer.d.ts.map