ระยะเวลาดำลงตำแหน่ง

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-03-03 15:04:42 +07:00
parent 0e5e7ac5be
commit 42301c4830
4 changed files with 184 additions and 76 deletions

View file

@ -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,
};