type User = { id: string; name?: string; email?: string; workspaces: string[]; }; export type { User };