mirror of
https://github.com/mgerb/classic-wow-forums
synced 2026-03-06 15:55:25 +00:00
client - add services
This commit is contained in:
5
client/app/model/category.ts
Normal file
5
client/app/model/category.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export interface CategoryModel {
|
||||
id: number;
|
||||
category: string;
|
||||
title: string;
|
||||
}
|
||||
Reference in New Issue
Block a user