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