Skip to content

Commit

Permalink
fix: export StringSchema
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillgroshkov committed Dec 2, 2024
1 parent 347a35c commit c175218
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 @@ -85,6 +85,7 @@ export * from './validation/joi/joi.model'
export * from './validation/joi/joi.shared.schemas'
export * from './validation/joi/joi.validation.error'
export * from './validation/joi/joi.validation.util'
export type { StringSchema } from './validation/joi/string.extensions'

export type {
AlternativesSchema,
Expand Down

0 comments on commit c175218

Please sign in to comment.