hrms-mgt/src/modules/14_KPI/interface/index/Main.ts
STW_TTTY\stwtt 178feb304c ui k api
2024-04-05 14:08:20 +07:00

6 lines
88 B
TypeScript

interface DataOption {
id: string;
name: string;
}
export type {DataOption};