fix: schemaValidationMessages errors in Swagger docs

This commit is contained in:
Divlo
2022-10-04 14:59:14 +02:00
parent 8ac1696ca0
commit b985172cd0
73 changed files with 1467 additions and 1182 deletions

View File

@ -1,5 +1,5 @@
import { Type } from '@sinclair/typebox'
import { Member } from '@prisma/client'
import type { Member } from '@prisma/client'
import { date, id } from './utils.js'
import { guildExample } from './Guild.js'