People tab working
This commit is contained in:
6
src/interface/Person.ts
Normal file
6
src/interface/Person.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export interface Person {
|
||||
personId?: string;
|
||||
raidGroupId: string;
|
||||
personName: string;
|
||||
discordId?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user