2026-03-03 11:03:56 +08:00
|
|
|
/**
|
|
|
|
|
* Generated by orval v7.13.2 🍺
|
|
|
|
|
* Do not edit manually.
|
|
|
|
|
* Reading Platform API
|
|
|
|
|
* Reading Platform Backend Service API Documentation
|
|
|
|
|
* OpenAPI spec version: 1.0.0
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
export type GetPackages1Params = {
|
2026-03-09 18:04:29 +08:00
|
|
|
page?: number;
|
2026-03-03 11:03:56 +08:00
|
|
|
pageSize?: number;
|
|
|
|
|
keyword?: string;
|
|
|
|
|
status?: string;
|
|
|
|
|
};
|