$WatchlistScreeningHitStatusMap top-level constant
Implementation
const $WatchlistScreeningHitStatusMap = {
WatchlistScreeningHitStatus.confirmed: 'confirmed',
WatchlistScreeningHitStatus.pendingReview: 'pending_review',
WatchlistScreeningHitStatus.dismissed: 'dismissed'
};