mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-23 18:36:16 +00:00
4 lines
140 B
TypeScript
4 lines
140 B
TypeScript
|
|
import { QueryDataV3 } from 'types/api/widgets/getQuery';
|
||
|
|
|
||
|
|
export type LogsExplorerListProps = { data: QueryDataV3[]; isLoading: boolean };
|