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