interface BulkCreateBlocklistsResponse {
    blocklists: Blocklist[];
}

Properties

Properties

blocklists: Blocklist[]

List of blocklist created.