source:
Sources/frontend/src/app/Query5Interface.ts@
0e4e3d1
Last change on this file since 0e4e3d1 was 8423429, checked in by , 17 months ago | |
---|---|
|
|
File size: 166 bytes |
Line | |
---|---|
1 | import {IntervalInterface} from "./IntervalInterface"; |
2 | |
3 | export interface Query5Interface { |
4 | p_ime: number, |
5 | p_prezime: string, |
6 | najbrzo_vreme: IntervalInterface |
7 | } |
Note:
See TracBrowser
for help on using the repository browser.