2026-03-18 18:19:25 +08:00
|
|
|
/**
|
|
|
|
|
* 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
|
|
|
|
|
*/
|
2026-03-21 12:45:56 +08:00
|
|
|
import type { UpdateProfileResponse } from './updateProfileResponse';
|
2026-03-18 18:19:25 +08:00
|
|
|
|
2026-03-21 12:45:56 +08:00
|
|
|
export interface ResultUpdateProfileResponse {
|
2026-03-18 18:19:25 +08:00
|
|
|
code?: number;
|
|
|
|
|
message?: string;
|
2026-03-21 12:45:56 +08:00
|
|
|
data?: UpdateProfileResponse;
|
2026-03-18 18:19:25 +08:00
|
|
|
}
|