import type { CustomerCreate } from '../models';

export interface CreateCustomer extends CustomerCreate {}
