Starowo's picture
Upload 1411 files
b9fe2b4 verified
raw
history blame contribute delete
86 Bytes
export interface IDebugSingleRequestBody {
component_id: string;
params: any[];
}