2026-03-03 11:03:56 +08:00
|
|
|
/**
|
2026-03-12 10:47:03 +08:00
|
|
|
* Generated by orval v7.13.2 🍺
|
2026-03-03 11:03:56 +08:00
|
|
|
* Do not edit manually.
|
|
|
|
|
* Reading Platform API
|
|
|
|
|
* Reading Platform Backend Service API Documentation
|
|
|
|
|
* OpenAPI spec version: 1.0.0
|
|
|
|
|
*/
|
|
|
|
|
import type { Parent } from './parent';
|
|
|
|
|
|
|
|
|
|
export interface PageResultParent {
|
|
|
|
|
total?: number;
|
|
|
|
|
pageSize?: number;
|
|
|
|
|
items?: Parent[];
|
|
|
|
|
page?: number;
|
|
|
|
|
totalPages?: number;
|
|
|
|
|
}
|