SYMBOL INDEX (6 symbols across 2 files) FILE: components/project.tsx function Project (line 3) | function Project({ project }: { project: any }) { FILE: pages/index.tsx type List (line 7) | type List = Array type Direction (line 8) | type Direction = -1 | 1 type Column (line 16) | interface Column { type Table (line 23) | interface Table { function IndexPage (line 29) | function IndexPage({ listing }: { listing: List }) {