File size: 86 Bytes
b9c5b85
 
 
 
1
2
3
4
5
export interface IDebugSingleRequestBody {
  component_id: string;
  params: any[];
}