Skip to content

Commit

Permalink
feat: add guest to membertype
Browse files Browse the repository at this point in the history
  • Loading branch information
Defferrard authored and spaenleh committed Jul 29, 2024
1 parent 6a709c5 commit 6cd94eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/member/member.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export type PublicProfile = {
export enum MemberType {
Individual = 'individual',
Group = 'group',
Guest = 'guest',
}

type MemberExtra = {
Expand Down

0 comments on commit 6cd94eb

Please sign in to comment.