Type Alias ThroughFunction<J>
ThroughFunction: () => { foreignKey: keyof J; joinTable: new (...args: any[]) => J;} Type declaration
- (): { foreignKey: keyof J; joinTable: new (...args: any[]) => J }
Returns { foreignKey: keyof J; joinTable: new (...args: any[]) => J }
foreignKey: keyof J
joinTable: new (...args: any[]) => J
Represents a function returning metadata for a join table.