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