export interface ICheckoutCustomer { full_name?: string; inn?: string; email?: string; phone?: string; }