เพิ่่ม stroe เก็บ listDevelopment

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-11-28 09:58:40 +07:00
parent 563f3e1b16
commit cc98d336d4
10 changed files with 182 additions and 578 deletions

View file

@ -160,6 +160,12 @@ interface StrategyNode {
name: string;
children: StrategyNode[];
}
interface DataItemsDevelopment {
value: string;
label: string;
}
export type {
DataOption,
DataOptionCheckBox,
@ -174,4 +180,5 @@ export type {
OrgTree,
PersonData,
StrategyNode,
DataItemsDevelopment,
};