Merge pull request #502 from bartlomiej-korpus/fix-import-export-findoneoptions

Fixed missing import/export in FindOneOptions, JoinOptions
This commit is contained in:
Umed Khudoiberdiev 2017-06-03 00:06:17 +05:00 committed by GitHub
commit d99ecb439d
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
import {JoinOptions} from "./JoinOptions";
/**
* Defines a special criteria to find specific entity.
*/

View File

@ -30,7 +30,7 @@
* }
* };
*/
interface JoinOptions {
export interface JoinOptions {
/**
* Alias of the main entity.