вложения, канальчики, бим-бим + бам-бам
This commit is contained in:
7
server/schemas/common.ts
Normal file
7
server/schemas/common.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { Type } from 'typebox'
|
||||
|
||||
export const ErrorReplySchema = Type.Object({
|
||||
statusCode: Type.Number(),
|
||||
error: Type.String(),
|
||||
message: Type.String(),
|
||||
}, { title: 'ResponseError', description: 'Response Error' })
|
||||
Reference in New Issue
Block a user