Type alias AssociationMatches

AssociationMatches: {
    external_id: string;
    has_alerts: boolean;
    match_count: number;
    matches: Match[];
}

Type declaration

  • external_id: string
  • has_alerts: boolean
  • match_count: number
  • matches: Match[]

Generated using TypeDoc