Interface HonuaCountResponse

Response from a count-only query (returnCountOnly=true).

interface HonuaCountResponse {
    count: string | number;
}

Properties

Properties

count: string | number