แก้ไขการแสดง button

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-08-07 15:05:05 +07:00
parent c21a95f486
commit 97bb5a279c
3 changed files with 75 additions and 27 deletions

View file

@ -1,8 +1,9 @@
interface resMain{
id:string;
createdAt:Date;
year:string;
round:number;
total:number;
interface resMain {
id: string;
createdAt: Date;
year: string;
round: number;
total: number;
typeReport: String;
}
export type {resMain};
export type { resMain };