เพิ่มข้อมูลหลัก [ข้อมูลปฏิทินวันหยุด,ข้อมูลเครื่องราชอิสริยาภรณ์]

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-01-22 17:46:09 +07:00
parent a8aefe6e02
commit 9876eb6aaf
50 changed files with 4532 additions and 9 deletions

View file

@ -0,0 +1,14 @@
//ข้อมูล
interface ResponseHistoryObject {
createdAt?: Date;
createdFullName: String;
createdUserId: String;
id: String;
isActive: Boolean;
lastUpdateFullName: String;
lastUpdateUserId: String;
lastUpdatedAt?: Date;
name: String;
}
export type { ResponseHistoryObject };