1 2 3 4 5 6 7
/** * Event type constants for metrics development console */ export const eventType = { RECORD: 'record', FLUSH: 'flush', } as const;