UNPKG

@plone/types

Version:

Plone's Types Package

9 lines (7 loc) 162 B
import { Batching, Brain } from './common'; export interface SearchResponse { '@id': string; items: Brain[]; items_total: number; batching?: Batching; }