NexSDK
    Preparing search index...

    Interface ShiftResponse

    interface ShiftResponse {
        created_at: string;
        created_by: ShiftResponseCreatedBy;
        date: string;
        end_time: string;
        id: string;
        property_id: string;
        shift_type_id: ShiftResponseShiftTypeId;
        shift_type_name?: ShiftResponseShiftTypeName;
        staff_id: string;
        start_time: string;
        tasks_assigned: unknown[];
    }
    Index

    Properties

    created_at: string
    created_by: ShiftResponseCreatedBy
    date: string
    end_time: string
    id: string
    property_id: string
    shift_type_id: ShiftResponseShiftTypeId
    shift_type_name?: ShiftResponseShiftTypeName
    staff_id: string
    start_time: string
    tasks_assigned: unknown[]