interface ตำแหน่ง
This commit is contained in:
parent
d7a450479c
commit
d1e6c3a1cb
3 changed files with 18 additions and 7 deletions
|
|
@ -47,4 +47,14 @@ interface RequestItemsHistoryObject {
|
|||
createdFullName: string | null;
|
||||
createdAt: Date;
|
||||
}
|
||||
export type { RequestItemsHistoryObject, FormMain };
|
||||
|
||||
interface DataCardPos {
|
||||
label: string;
|
||||
data?: Data[];
|
||||
}
|
||||
|
||||
interface Data {
|
||||
name: string;
|
||||
time: string;
|
||||
}
|
||||
export type { RequestItemsHistoryObject, FormMain, DataCardPos };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue