TypeScript: Describe Object of Objects September 25, 2023 by Tarik you can simply make the key dynamic: interface IStudentRecord { [key: string]: Student }