updateViewCount400.ts 344 B

1234567891011
  1. /**
  2. * Generated by orval v7.0.1 🍺
  3. * Do not edit manually.
  4. * Serve API
  5. * Serve应用接口文档
  6. * OpenAPI spec version: 0.0.1-SNAPSHOT
  7. */
  8. import type { ResponseVoid } from "./responseVoid";
  9. import type { ResponseListFieldError } from "./responseListFieldError";
  10. export type UpdateViewCount400 = ResponseVoid | ResponseListFieldError;