เอกสารเพิ่มเติมการลา

This commit is contained in:
Thanit Konmek 2023-08-23 17:42:38 +07:00
parent e4ba225018
commit ab04e4ba87
2 changed files with 85 additions and 4 deletions

View file

@ -30,4 +30,9 @@ interface ResponseItems {
datetext: string | null;
}
export type { resMain, ResponseItems };
interface TypeFile {
fileName: string;
pathName: string;
}
export type { resMain, ResponseItems, TypeFile };