mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
Merge pull request #502 from bartlomiej-korpus/fix-import-export-findoneoptions
Fixed missing import/export in FindOneOptions, JoinOptions
This commit is contained in:
commit
d99ecb439d
@ -1,3 +1,5 @@
|
||||
import {JoinOptions} from "./JoinOptions";
|
||||
|
||||
/**
|
||||
* Defines a special criteria to find specific entity.
|
||||
*/
|
||||
|
||||
@ -30,7 +30,7 @@
|
||||
* }
|
||||
* };
|
||||
*/
|
||||
interface JoinOptions {
|
||||
export interface JoinOptions {
|
||||
|
||||
/**
|
||||
* Alias of the main entity.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user