Update types.ts

This commit is contained in:
Johannes Klein
2026-04-22 12:42:44 +02:00
parent 689c9df951
commit 733ff89dc7

View File

@@ -214,7 +214,9 @@ export type BaseTabStackParamList = {
};
DataQualityAssessment: undefined;
Projects: undefined;
ProjectDetails: undefined;
// From LoginForm
// { id: params.projectId }
ProjectDetails: { id: number };
ProjectRequirements: undefined;
ProjectMembers: undefined;
// From ProjectButton, ProjectSection