types.tsx 165 B

12345
  1. import EventView from 'sentry/utils/discover/eventView';
  2. import {QUERY_KEYS} from './utils';
  3. export type ViewProps = Pick<EventView, (typeof QUERY_KEYS)[number]>;