UNPKG

@themost/jspa

Version:
15 lines (14 loc) 293 B
declare interface JoinColumnAnnotation { foreignKey?: string; insertable?: boolean; name?: string; nullable?: boolean; referencedColumnName: string; table?: string; unique?: boolean; updatable?: boolean; type?: string; } export { JoinColumnAnnotation }