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