Skip to content

Commit

Permalink
fix(api): export pagination mode enum
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioArnt committed Oct 2, 2019
1 parent 0e28acc commit f740c89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ import Model from './base-model';
export * from './update-operators';
export * from './operators';
export { IFilterConditions } from './build-keys';
export * from './paginate-mode';

export default Model;

0 comments on commit f740c89

Please sign in to comment.