interface ListBlocklistsResponse {
    blocklists: Blocklist[];
    totalCount: number;
}

Properties

blocklists: Blocklist[]

Single page of blocklists matching the requested criteria.

totalCount: number

Number of blocklists matching the requested criteria.