UNPKG

@dineug/erd-editor

Version:

Entity-Relationship Diagram Editor

3 lines (2 loc) 160 B
import { DeepPartial, Relationship } from '../../internal-types'; export declare const createRelationship: (value?: DeepPartial<Relationship>) => Relationship;