• Parameters

    • type: any
    • relation: string
    • parentTbl: string

    Returns never[] | {
        path: {
            inboundKey: string;
            table: string;
        }[];
        type: RelationType;
    } | {
        path: {
            table: string;
        }[];
        type: RelationType;
    } | {
        path: {
            fkey: string;
        }[];
        type: RelationType;
    }

Generated using TypeDoc