import type { Error } from '../schemas/Error'; export type InternalServerErrorResponse = Error;