Last change
on this file since baf4cc4 was baf4cc4, checked in by ppaunovski <paunovskipavel@…>, 3 months ago |
split group project and individual project into two separate folders
|
-
Property mode
set to
100644
|
File size:
240 bytes
|
Rev | Line | |
---|
[baf4cc4] | 1 | export interface FineRequest {
|
---|
| 2 | iznos: number,
|
---|
| 3 | plateno: boolean,
|
---|
| 4 | dokument: string,
|
---|
| 5 | kontrolaId: number,
|
---|
| 6 | telefon: string | undefined,
|
---|
| 7 | ime: string | undefined,
|
---|
| 8 | adresa: string | undefined,
|
---|
| 9 | patnikId: number | undefined,
|
---|
| 10 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.