NexSDK
    Preparing search index...

    Interface ShiftListResponse

    interface ShiftListResponse {
        items: ShiftResponse[];
        staff_defaults: StaffDefaultResponse[];
    }
    Index

    Properties

    items: ShiftResponse[]
    staff_defaults: StaffDefaultResponse[]