Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 384 Bytes

File metadata and controls

11 lines (7 loc) · 384 Bytes

@jderstd/core / JsonResponseErrorInput

Type Alias: JsonResponseErrorInput

type JsonResponseErrorInput = Format<Partial<JsonResponseError, "path" | "message">>;

Defined in: @types/response.ts:20

Input type for JSON response error.