How should an array of string arrays be correctly Typed?
interface Register { [index: number]: string[]; } const classRegister = [ ["James", &quo