Skip to content
Snippets Groups Projects
Commit f4521e99 authored by Sascha Klawohn's avatar Sascha Klawohn
Browse files

Add undefined to MemberData type

parent c1699b78
Branches
No related tags found
1 merge request!99Groups dashboard
...@@ -11,9 +11,9 @@ enum Role { ...@@ -11,9 +11,9 @@ enum Role {
} }
type MemberData = { type MemberData = {
name: string name: string | undefined
userId: string userId: string | undefined
affiliation: string affiliation: string | undefined
role: Role role: Role
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment