@theredspace/spp-client
    Preparing search index...

    Interface ScheduleByDay

    A ScheduleByDay object represents daily capacity/planned allocation for a user. This object is read-only and supports only <Read> with method="all" or "equal to".

    interface ScheduleByDay {
        booked_hours: number;
        created: string;
        date: string;
        exception_hours?: number;
        id: string;
        planned_hours: number;
        updated: string;
        user_id: string;
    }
    Index

    Properties

    booked_hours: number
    created: string
    date: string
    exception_hours?: number
    id: string
    planned_hours: number
    updated: string
    user_id: string