UNPKG

@skbkontur/db-viewer-ui

Version:

Database Viewer with custom configuration

6 lines (5 loc) 159 B
import { SchemaDescription } from './SchemaDescription'; export type ObjectIdentifier = { identifier: string; schemaDescription: SchemaDescription; };