Interface WorktimePreference

interface WorktimePreference {
    blocks: WorktimeBlock[];
    day_of_week: 0 | 1 | 2 | 3 | 4 | 5 | 6;
}

Properties

Properties

blocks: WorktimeBlock[]
day_of_week: 0 | 1 | 2 | 3 | 4 | 5 | 6