source: Sources/frontend/src/app/categoryInterface.ts

Last change on this file was 8423429, checked in by AngelNasev <angel.nasev@…>, 15 months ago

Add backend and frontend projects

  • Property mode set to 100644
File size: 91 bytes
Line 
1export interface CategoryInterface {
2 id: number,
3 name: string,
4 description: string
5}
Note: See TracBrowser for help on using the repository browser.