Skip to content

Commit 888f8ee

Browse files
committed
Export validation error classes
Need to be able to reference these types directly.
1 parent c8c8567 commit 888f8ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ export { hasMany, hasOne, belongsTo } from "./associations"
77
export { Model, Attr, HasMany, HasOne, BelongsTo } from "./decorators"
88

99
export { MiddlewareStack } from "./middleware-stack"
10+
export { ValidationError, ValidationErrors } from './validation-errors'
1011

1112
export {
1213
Scope,

0 commit comments

Comments
 (0)