source: Sources/frontend/src/app/Query1Interface.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: 172 bytes
Line 
1export interface Query1Interface{
2 maximum: number,
3 pra_id: number,
4 pra_naslov: string,
5 pra_sodrzina: string,
6 pra_datum: string,
7 ku_id: number,
8 s_id: number
9}
Note: See TracBrowser for help on using the repository browser.