import { Checkout } from './checkout';
export interface CheckoutCreate extends Partial<Checkout> {
}
