Type alias MatchesPosition<T>

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

Type Parameters

  • T