ทะเบียนประวัติ: ความสามารถพิเศษ API + interface
This commit is contained in:
parent
ee6603eaae
commit
7b97178507
3 changed files with 251 additions and 44 deletions
10
src/modules/04_registryNew/interface/request/SpecialSkill.ts
Normal file
10
src/modules/04_registryNew/interface/request/SpecialSkill.ts
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
interface RequestItemsObject {
|
||||
field: string;
|
||||
detail: string;
|
||||
remark: string;
|
||||
reference: string;
|
||||
}
|
||||
|
||||
export type { RequestItemsObject };
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue