Merge branch 'develop' into devTee

This commit is contained in:
setthawutttty 2024-03-12 11:48:06 +07:00
commit 9df2809282
6 changed files with 903 additions and 30 deletions

View file

@ -9,4 +9,12 @@ interface ObjectSalaryRef {
[key: string]: any;
}
export type { ObjectSalaryRef };
interface ObjectReceiveRef {
date: object | null;
reference: object | null;
detail: object | null;
[key: string]: any;
}
export type { ObjectSalaryRef,ObjectReceiveRef };