Type Alias SplittedTextStorage

SplittedTextStorage: {
    origArr: readonly string[];
    textArr: string[];
}