mirror of
https://github.com/mgerb/classic-wow-forums
synced 2026-01-10 09:02:50 +00:00
6 lines
86 B
TypeScript
6 lines
86 B
TypeScript
export interface CategoryModel {
|
|
id: number;
|
|
category: string;
|
|
title: string;
|
|
}
|