API ดูประวัติโครงสร้าง
This commit is contained in:
parent
80b40ead85
commit
0b4011437c
5 changed files with 106 additions and 70 deletions
|
|
@ -74,6 +74,12 @@ interface HistoryType {
|
|||
orgRevisionIsDraft: boolean;
|
||||
orgRevisionCreatedAt: Date | string;
|
||||
}
|
||||
interface HistoryPostType {
|
||||
id: string;
|
||||
name: string;
|
||||
lastUpdatedAt: Date;
|
||||
orgRevisionName: string;
|
||||
}
|
||||
|
||||
interface FormPositionSelect {
|
||||
positionId: string,
|
||||
|
|
@ -109,5 +115,6 @@ export type {
|
|||
HistoryType,
|
||||
ListMenu,
|
||||
FormPositionSelect,
|
||||
RowDetailPositions
|
||||
RowDetailPositions,
|
||||
HistoryPostType
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue