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