UNPKG

@skbkontur/db-viewer-ui

Version:

Database Viewer with custom configuration

6 lines (5 loc) 104 B
export type SearchResult = { items: object[]; count?: null | number; countLimit: number; };