export type TProjectTeamspaceList = { workspaceSlug: string; projectId: string; }; export const ProjectTeamspaceList: React.FC = () => null;