export interface Person { personId?: string; raidGroupId: string; personName: string; discordId?: string; }