Circle V2 API Docs
    Preparing search index...

    Type Alias MatchListByTextResult<P, E>

    type MatchListByTextResult<P, E> = {
        matched: E | null;
        parsed: P;
    }

    Type Parameters

    • P
    • E
    Index

    Properties

    Properties

    matched: E | null

    The existing item this parsed item matched, or null if unmatched.

    parsed: P