/** * Generated by orval v7.21.0 🍺 * Do not edit manually. * Web4Ai API * OpenAPI spec version: 0.1.0 */ import type { ErrorInfo } from "./errorInfo"; import type { ResMyPostsMsg } from "./resMyPostsMsg"; import type { PostData } from "./postData"; export interface ResMyPosts { result?: ErrorInfo; msg?: ResMyPostsMsg; posts?: PostData[]; }