Skip to content

Commit

Permalink
fix(decorator): export HasManyBy decorator (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
cuebit committed May 24, 2021
1 parent 7d66022 commit 08c1b4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.cjs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import { Uid } from './model/decorators/attributes/types/Uid'
import { HasOne } from './model/decorators/attributes/relations/HasOne'
import { BelongsTo } from './model/decorators/attributes/relations/BelongsTo'
import { HasMany } from './model/decorators/attributes/relations/HasMany'
import { HasManyBy } from './model/decorators/attributes/relations/HasManyBy'
import { Attribute } from './model/attributes/Attribute'
import { Type } from './model/attributes/types/Type'
import { Attr as AttrAttr } from './model/attributes/types/Attr'
Expand Down Expand Up @@ -45,6 +46,7 @@ export default {
HasOne,
BelongsTo,
HasMany,
HasManyBy,
Attribute,
Type,
AttrAttr,
Expand Down

0 comments on commit 08c1b4f

Please sign in to comment.