export interface IBuyer {
    Name: string;
    Email: string;
    Phone?: string;
}
