UNPKG

@dineug/erd-editor

Version:

Entity-Relationship Diagram Editor

11 lines (10 loc) 310 B
import { SchemaGCService } from './schemaGCService'; export type GCIds = { tableIds: string[]; tableColumnIds: string[]; relationshipIds: string[]; indexIds: string[]; indexColumnIds: string[]; memoIds: string[]; }; export declare function getSchemaGCService(): SchemaGCService | null;