ระยะเวลาดำลงตำแหน่ง
This commit is contained in:
parent
0e5e7ac5be
commit
42301c4830
4 changed files with 184 additions and 76 deletions
|
|
@ -367,6 +367,17 @@ interface FileFormType {
|
|||
pathName: string;
|
||||
fileName: string;
|
||||
}
|
||||
|
||||
interface CardDataPos {
|
||||
label: string;
|
||||
data?: Data[];
|
||||
}
|
||||
|
||||
interface Data {
|
||||
name: string;
|
||||
time: string;
|
||||
}
|
||||
|
||||
export type {
|
||||
DataOption,
|
||||
NewPagination,
|
||||
|
|
@ -386,4 +397,5 @@ export type {
|
|||
AssessmentsFormType,
|
||||
OtherFormType,
|
||||
FileFormType,
|
||||
CardDataPos,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue