Revize 696f3358
Přidáno uživatelem Václav Jirák před téměř 6 roky(ů)
webapp/src/app/models/calendar.model.ts | ||
---|---|---|
4 | 4 |
export interface Calendar { |
5 | 5 |
id: number; |
6 | 6 |
date: string; |
7 |
from: Time;
|
|
8 |
to: Time;
|
|
7 |
from: string;
|
|
8 |
to: string;
|
|
9 | 9 |
type: VacationType; |
10 | 10 |
status: RequestStatus; |
11 | 11 |
} |
Také k dispozici: Unified diff
Re #7494 Components connected to API - except profile settings and add vacation components