Interface WorktimeBlock

interface WorktimeBlock {
    end_time: number;
    location?: string;
    start_time: number;
}

Properties

end_time: number
location?: string

Name of the location the work is being performed at

start_time: number