UNPKG

@aws-amplify/analytics

Version:

Analytics category of aws-amplify

3 lines (2 loc) 137 B
import { RecordInput } from '../types'; export declare const record: ({ userId, eventId, eventType, properties, }: RecordInput) => void;