7 lines
117 B
TypeScript
7 lines
117 B
TypeScript
|
|
//ข้อมูล
|
||
|
|
interface ResponseObject {
|
||
|
|
nameGroupKPI: string,
|
||
|
|
}
|
||
|
|
|
||
|
|
export type { ResponseObject };
|
||
|
|
|