แก้ไขการแสดง button
This commit is contained in:
parent
c21a95f486
commit
97bb5a279c
3 changed files with 75 additions and 27 deletions
|
|
@ -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 };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue