Type Alias TypoTolerance

TypoTolerance: {
    disableOnAttributes?: string[] | null;
    disableOnWords?: string[] | null;
    enabled?: boolean | null;
    minWordSizeForTypos?: {
        oneTypo?: number | null;
        twoTypos?: number | null;
    };
} | null