UNPKG

libmodulor

Version:

A TypeScript library to create platform-agnostic applications

4 lines (3 loc) 238 B
import type { ErrorMessage, JSONSchemaObject } from '../../../dt/index.js'; import { type ServerError } from '../../../error/index.js'; export declare function serverErrorJsonSchema(message?: ErrorMessage): JSONSchemaObject<ServerError>;