fixing remove import file
This commit is contained in:
parent
e541bbb6d2
commit
ed683d0bb3
24 changed files with 201 additions and 831 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue