NexSDK
    Preparing search index...

    Type Alias GetShiftsParams

    Generated by orval v7.21.0 🍺 Do not edit manually. NexHub API OpenAPI spec version: 0.1.0

    type GetShiftsParams = {
        date?: string | null;
        date_from?: string | null;
        date_to?: string | null;
        unassigned?: boolean;
    }
    Index

    Properties

    date?: string | null
    date_from?: string | null
    date_to?: string | null
    unassigned?: boolean