balibabu 1defe0b19b
Feat: Supports to debug single component in Agent. #3993 (#4007)
### What problem does this PR solve?

Feat: Supports to debug single component in Agent. #3993
Fix: The github button on the login page is displayed incorrectly  #4002

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
2024-12-13 14:43:24 +08:00

5 lines
86 B
TypeScript

export interface IDebugSingleRequestBody {
component_id: string;
params: any[];
}