This commit is contained in:
setthawutttty 2024-03-14 17:53:11 +07:00
parent 033c666acc
commit 7fe32bc723
2 changed files with 5 additions and 0 deletions

View file

@ -19,6 +19,7 @@ interface FormFilter {
isProbation: boolean;
}
interface MyObjectRef {
date: object | null;
detail: object | null;
[key: string]: any
}