balibabu
Feat: Supports to debug single component in Agent. #3993 (#4007)
b9c5b85
raw
history blame contribute delete
86 Bytes
export interface IDebugSingleRequestBody {
component_id: string;
params: any[];
}