A result from the simpleSearch function

interface Match {
    index: number;
    score: number;
}

Properties

Properties

index: number
score: number