mirror of
https://github.com/IT4Change/gradido.git
synced 2026-03-22 18:25:52 +00:00
6 lines
99 B
TypeScript
6 lines
99 B
TypeScript
import { t } from 'elysia'
|
|
|
|
export const existTypeBoxSchema = t.Object({
|
|
exists: t.Boolean(),
|
|
})
|