NexSDK
    Preparing search index...

    Type Alias ListPropertiesParams

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

    type ListPropertiesParams = {
        cursor?: string | null;
        host_id?: string | null;
        is_active?: boolean | null;
        limit?: number;
    }
    Index

    Properties

    cursor?: string | null
    host_id?: string | null
    is_active?: boolean | null
    limit?: number

    1

    100