Interface Closure

interface Closure {
    childColumn: string;
    parentColumn: string;
    table: Table;
}

Properties

childColumn: string
parentColumn: string
table: Table

Generated using TypeDoc