1
0
mirror of https://github.com/mgerb/classic-wow-forums synced 2026-01-11 17:42:48 +00:00
Files
classic-wow-forums/client/app/model/avatar.ts

7 lines
86 B
TypeScript

export interface AvatarModel {
imageSrc: any;
raceId: number;
title: string;
}