Skip to content

Commit

Permalink
Fixed export of ModelOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
notheotherben committed Apr 29, 2015
1 parent 26d94e0 commit 257b05d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ module Iridium {
export interface Schema extends _Schema { }
export interface ICache extends _Cache { }
export interface ICacheDirector extends _CacheDirector { }
export interface ModelOptions extends _ModelOptions { }
export interface ModelOptions<TDocument, TInstance> extends _ModelOptions.IModelOptions<TDocument, TInstance> { }
}

0 comments on commit 257b05d

Please sign in to comment.