source: Sources/frontend/src/app/Query2Interface.ts@ 8423429

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

Add backend and frontend projects

  • Property mode set to 100644
File size: 168 bytes
Line 
1export interface Query2Interface{
2 pra_id: number,
3 pra_naslov: string,
4 pra_sodrzina: string,
5 pra_datum: string,
6 ku_id: number,
7 s_id: number,
8 sum: number
9}
Note: See TracBrowser for help on using the repository browser.