@dineug/erd-editor
Version:
Entity-Relationship Diagram Editor
8 lines (7 loc) • 383 B
TypeScript
import { GeneratorAction } from '../../generator.actions';
export declare const addIndexAction$: (tableId: string) => GeneratorAction;
export declare const changeIndexUniqueAction$: (indexId: string) => GeneratorAction;
export declare const actions$: {
addIndexAction$: (tableId: string) => GeneratorAction;
changeIndexUniqueAction$: (indexId: string) => GeneratorAction;
};