NexSDK
    Preparing search index...

    Type Alias ListTasksParams

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

    type ListTasksParams = {
        assigned_to?: string | null;
        cursor?: string | null;
        date_from?: string | null;
        date_to?: string | null;
        due_after?: string | null;
        due_before?: string | null;
        due_date?: string | null;
        limit?: number;
        priority?: string | null;
        room_id?: string | null;
        status?: string | null;
        task_type?: string | null;
        unassigned?: boolean;
    }
    Index

    Properties

    assigned_to?: string | null
    cursor?: string | null
    date_from?: string | null
    date_to?: string | null
    due_after?: string | null
    due_before?: string | null
    due_date?: string | null
    limit?: number

    1

    100

    priority?: string | null
    room_id?: string | null
    status?: string | null
    task_type?: string | null
    unassigned?: boolean