diff --git a/frontend/src/Types/goTypes.ts b/frontend/src/Types/goTypes.ts index 43bb35f..5f9cbb4 100644 --- a/frontend/src/Types/goTypes.ts +++ b/frontend/src/Types/goTypes.ts @@ -132,6 +132,11 @@ export interface PublicUser { userId: string; username: string; } + +export interface UserProjectMember { + Username: string; + UserRole: string; +} /** * wrapper type for token */