This commit is contained in:
setthawutttty 2024-02-27 16:16:46 +07:00
parent 4f9f8ecc65
commit 874685954c
2 changed files with 9 additions and 0 deletions

View file

@ -57,6 +57,7 @@ interface Row {
interface ObjectRef {
period: object | null;
effectiveDate: object | null;
year: object | null;
[key: string]: any;
}