Meilisearch JS
    Preparing search index...

    Type Alias MatchesPosition<T>

    MatchesPosition: Partial<
        Record<keyof T, { indices?: number[]; length: number; start: number }[]>,
    >

    Type Parameters

    • T