mirror of
https://github.com/mgerb/classic-wow-forums
synced 2026-01-11 17:42:48 +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;
|
||||
}
|
||||
2
client/app/model/index.ts
Normal file
2
client/app/model/index.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
export * from './category';
|
||||
export * from './user';
|
||||
3
client/app/model/user.ts
Normal file
3
client/app/model/user.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export interface UserModel {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user