Type alias MatchResult

MatchResult: {
    entityType: string;
    errors: Error[];
    matchEngine: string;
    matchRecords: MatchRecord[];
    rule: string;
    size: number;
    success: boolean;
}

Type declaration

  • entityType: string
  • errors: Error[]
  • matchEngine: string
  • matchRecords: MatchRecord[]
  • rule: string
  • size: number
  • success: boolean