UNPKG

@themost/jspa

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