UNPKG

@amplitude/ampli

Version:

Amplitude CLI

8 lines (7 loc) 368 B
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;