This commit is contained in:
setthawutttty 2023-12-12 09:38:42 +07:00
parent c673012cfd
commit 5ab256807a
2 changed files with 10 additions and 0 deletions

View file

@ -19,6 +19,7 @@ interface MyObjectRoundRef {
checkOut: object | null;
checkInStatus: object | null;
checkOutStatus: object | null;
note: object | null;
[key: string]: any;
}
export type { DataRows, dataRowRound, MyObjectRoundRef };