/** * Generated by orval v7.0.1 🍺 * Do not edit manually. * Serve API * Serve应用接口文档 * OpenAPI spec version: 0.0.1-SNAPSHOT */ import type { ResponseVoid } from "./responseVoid"; import type { ResponseListFieldError } from "./responseListFieldError"; export type ReviewWithdraw400 = ResponseVoid | ResponseListFieldError;