People tab working
This commit is contained in:
8
src/interface/PersonCharacter.ts
Normal file
8
src/interface/PersonCharacter.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export interface PersonCharacter {
|
||||
personCharacterId?: string;
|
||||
personId: string;
|
||||
gameClassId: string;
|
||||
characterName: string;
|
||||
characterRating?: number;
|
||||
characterComments?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user