UNPKG

@diagramers/cli

Version:

Diagramers CLI - Command-line tools for managing Diagramers projects

3 lines 275 B
export type RelationType = 'one-to-one' | 'one-to-many' | 'many-to-many'; export declare function generateRelation(moduleName: string, table1: string, table2: string, relationType?: RelationType, options?: any): Promise<void>; //# sourceMappingURL=relation-generator.d.ts.map