export interface InvertedIdsAll {
  [key: string]:string[]
}

export interface CjkviIds {
  [key: string]: string
}

export interface IStrokes {
  [key: string]: string
}
