validate
This commit is contained in:
parent
c673012cfd
commit
5ab256807a
2 changed files with 10 additions and 0 deletions
|
|
@ -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 };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue