source: Sources/frontend/src/app/Query4Interface.ts@ cd15236

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

Add backend and frontend projects

  • Property mode set to 100644
File size: 140 bytes
Line 
1export interface Query4Interface{
2 pr_id: number,
3 pr_ime: string,
4 ku_ime: string,
5 br_isti_kategorii: number,
6 br_prasanja: number
7}
Note: See TracBrowser for help on using the repository browser.