mirror of
https://github.com/IT4Change/gradido.git
synced 2026-03-29 05:35:41 +00:00
4 lines
131 B
TypeScript
4 lines
131 B
TypeScript
export * from './commonSchema'
|
|
export { DatabaseConfigSchema } from './DatabaseConfigSchema'
|
|
export { validate } from './validate'
|