validate
This commit is contained in:
parent
033c666acc
commit
7fe32bc723
2 changed files with 5 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ interface FormFilter {
|
|||
isProbation: boolean;
|
||||
}
|
||||
interface MyObjectRef {
|
||||
date: object | null;
|
||||
detail: object | null;
|
||||
[key: string]: any
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue