NexSDK
    Preparing search index...

    Type Alias ListConversationsParams

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

    type ListConversationsParams = {
        cursor?: string | null;
        limit?: number;
        property_id?: string | null;
        status?: string | null;
    }
    Index

    Properties

    cursor?: string | null
    limit?: number

    1

    100

    property_id?: string | null
    status?: string | null