const todos: string[] = [“walk dog”]; todos[123].toUpperCase() // error!
type Tips = Record<string, TipObject | undefined>