source:
Sources/frontend/src/app/Query2Interface.ts
Last change on this file was 8423429, checked in by , 17 months ago | |
---|---|
|
|
File size: 168 bytes |
Line | |
---|---|
1 | export 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.