add post game to tupe

This commit is contained in:
Chase Manning 2023-10-04 21:08:33 +01:00
commit 9a927fb25c

View file

@ -78,6 +78,10 @@ export interface TrainerType {
outtro: string[];
money: number;
pos: PosType;
postGame?: {
message: string[];
items?: ItemType[];
};
}
export interface MapItemType {