Starowo's picture
Upload 1411 files
b9fe2b4 verified
Raw
History Blame Contribute Delete
86 Bytes
export interface IDebugSingleRequestBody {
component_id: string;
params: any[];
}