source: Sources/frontend/src/app/Query5Interface.ts@ 8423429

Last change on this file since 8423429 was 8423429, checked in by AngelNasev <angel.nasev@…>, 15 months ago

Add backend and frontend projects

  • Property mode set to 100644
File size: 166 bytes
Line 
1import {IntervalInterface} from "./IntervalInterface";
2
3export 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.