1
0
mirror of https://github.com/mgerb/classic-wow-forums synced 2026-01-10 09:02:50 +00:00
Files
classic-wow-forums/client/app/model/category.ts
2018-01-08 22:27:21 -06:00

6 lines
86 B
TypeScript

export interface CategoryModel {
id: number;
category: string;
title: string;
}