Skip to content

Commit

Permalink
fix: ✨ export action types
Browse files Browse the repository at this point in the history
  • Loading branch information
nicgirault committed Sep 6, 2020
1 parent ecd89c6 commit 2358880
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ export interface Actions<I extends string | number, R> {
export { sequelizeSearchFields } from './sequelize/searchList'
export { sequelizeCrud } from './sequelize'

export { GetOne, Create, Destroy, Update, GetList, Search }

export const crud = <I extends string | number, R>(
path: string,
actions: Partial<Actions<I, R>>
Expand Down

0 comments on commit 2358880

Please sign in to comment.