export type User = { id: string; name: string; githubId: string; }; export type Matrix = number[][];