Interface HonuaObjectIdsResponse

Response from an IDs-only query (returnIdsOnly=true).

interface HonuaObjectIdsResponse {
    objectIdFieldName: string;
    objectIds: (string | number)[];
}

Properties

objectIdFieldName: string
objectIds: (string | number)[]