mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2026-04-23 00:11:18 -04:00
Update types.ts
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user