export interface ContactProps { title: string; content: string; id: string; t: any; } export interface ValidationTypeProps { type: any; }