export interface IDPayPayer { name: string; phone: string; mail: string; desc: string; }