Variable ApiErrorResponseConst

ApiErrorResponse: ZodObject<{
    error: ZodOptional<ZodString>;
    status: ZodString;
}, $strip> = ...

Type declaration

  • error: ZodOptional<ZodString>
  • status: ZodString