interface resMain {
id: string;
createdAt: Date;
year: string;
round: number;
total: number;
typeReport: String;
}
export type { resMain };