additions to MemberAdditionalAcknowledgement type in Member.ts

dev
Matthew 2025-02-16 08:41:19 -05:00
parent 60e457696a
commit b786709741
Signed by: matthew
SSH Key Fingerprint: SHA256:piIXekA9q1p0ZGi4ogFbNY1embip5Ytbi3v8AZ8UYq4
1 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,9 @@ export type MemberAdditionalAcknowledgement =
| "Chair of the Board of Governors" | "Chair of the Board of Governors"
| "Vice Chair of the Board of Governors" | "Vice Chair of the Board of Governors"
| "Voting Seat Member of the Board of Governors" | "Voting Seat Member of the Board of Governors"
| "Non-Voting Seat Member of the Board of Governors"
| "Commissioner of the Contract Review Committee"
| "Member of the Contract Review Committee"
| string; | string;
export const MemberGuildRoleIDMap = { export const MemberGuildRoleIDMap = {