fixing remove import file

This commit is contained in:
Warunee Tamkoo 2024-11-21 16:58:49 +07:00
parent e541bbb6d2
commit ed683d0bb3
24 changed files with 201 additions and 831 deletions

View file

@ -145,6 +145,11 @@ interface Pagination {
rowsPerPage: number;
}
interface DataOption {
id: string;
name: string;
zipCode?: string;
}
interface DataManageList {
citizenId: string;
dateSend: null | string | Date;
@ -170,6 +175,7 @@ interface DataManageList {
}
export type {
DataOption,
OptionData,
OptionDataYear,
OptionReport,