mirror of https://github.com/abpframework/abp.git
2 changed files with 6 additions and 0 deletions
@ -0,0 +1,5 @@ |
|||
import { Validation } from '@ngx-validate/core'; |
|||
|
|||
export interface Config { |
|||
validation?: Partial<Validation.Config>; |
|||
} |
|||
@ -0,0 +1 @@ |
|||
export * from './config'; |
|||
Loading…
Reference in new issue