UNPKG

@skbkontur/db-viewer-ui

Version:

Database Viewer with custom configuration

6 lines (5 loc) 139 B
import { ObjectDescription } from './ObjectDescription'; export type ObjectDetails = { object: object; meta: ObjectDescription; };