fixing remove import file
This commit is contained in:
parent
e541bbb6d2
commit
ed683d0bb3
24 changed files with 201 additions and 831 deletions
|
|
@ -140,6 +140,13 @@ interface RowDetailPositions {
|
|||
positionIsSelected: string;
|
||||
}
|
||||
|
||||
interface DataOption2 {
|
||||
id: string;
|
||||
name: string;
|
||||
note?: string;
|
||||
level?: number;
|
||||
}
|
||||
|
||||
interface NewPagination {
|
||||
descending: boolean;
|
||||
page: number;
|
||||
|
|
@ -147,9 +154,18 @@ interface NewPagination {
|
|||
sortBy: string;
|
||||
}
|
||||
|
||||
interface UploadType {
|
||||
id: string;
|
||||
fileName: string;
|
||||
fileSize: number;
|
||||
fileType: string;
|
||||
detail: string;
|
||||
}
|
||||
|
||||
export type {
|
||||
Pagination,
|
||||
DataOption,
|
||||
DataOption2,
|
||||
FormDataAgency,
|
||||
FormDataPosition,
|
||||
FormAgencyRef,
|
||||
|
|
@ -166,4 +182,5 @@ export type {
|
|||
NewPagination,
|
||||
DataDocument,
|
||||
DataOrgRevision,
|
||||
UploadType,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue