view data fixes
This commit is contained in:
@@ -12,7 +12,9 @@ interface TeamCardDTO {
|
||||
* Team card view model
|
||||
* UI representation of a team on the landing page.
|
||||
*/
|
||||
export class TeamCardViewModel {
|
||||
import { ViewModel } from "../contracts/view-models/ViewModel";
|
||||
|
||||
export class TeamCardViewModel extends ViewModel {
|
||||
readonly id: string;
|
||||
readonly name: string;
|
||||
readonly tag: string;
|
||||
|
||||
Reference in New Issue
Block a user