/** * Generated by orval v8.5.3 🍺 * Do not edit manually. * Reading Platform API * Reading Platform Backend Service API Documentation * OpenAPI spec version: 1.0.0 */ /** * 资源项目更新请求 */ export interface ResourceItemUpdateRequest { /** 资源标题 */ title?: string; /** 资源描述 */ description?: string; /** 标签(字符串数组) */ tags?: string[]; }