@amplitude/ampli
Version:
Amplitude CLI
8 lines (7 loc) • 368 B
TypeScript
import { EventStatusInput } from '../graphql/generated';
import type { VersionEvent } from '../graphql/types';
export declare type EventVerificationInfoReducedParams = {
events: VersionEvent[];
eventStatusInputMap: Map<string, Array<EventStatusInput>>;
};
export default function EventVerificationInfoReduced(params: EventVerificationInfoReducedParams): void;