ข้อมูลราชการ ==> ตำแหน่ง

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-03-13 17:07:28 +07:00
parent cbee41e212
commit 2acaf97a28
4 changed files with 212 additions and 292 deletions

View file

@ -11,4 +11,14 @@ interface DataRequest {
topic: string;
}
export type { DataRequest };
interface DataCommandCode {
id: string;
createdAt: Date;
lastUpdatedAt: Date;
createdFullName: string;
lastUpdateFullName: string;
name: string;
code: number;
}
export type { DataRequest, DataCommandCode };