UNPKG

@theaimegroup/aime-component-library

Version:

AIME Component Library

5 lines (4 loc) 259 B
export declare function getSinglePrimaryKey(col: any): string; export declare function getSinglePrimaryKeyCol(col: any): any; export declare function getColumnsWithoutForeignkey(col: any): any[]; export declare function skipExtraColumns(col: any): any[];