interface SchemaRoot { /** Doc for string index */ [key: string]: number; /** Doc for number index */ [index: number]: number; }