2026-03-16 10:45:15 +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
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
export type GetTemplatesParams = {
|
|
|
|
|
pageNum?: number;
|
|
|
|
|
pageSize?: number;
|
|
|
|
|
type?: string;
|
2026-03-20 18:43:47 +08:00
|
|
|
keyword?: string;
|
2026-03-16 10:45:15 +08:00
|
|
|
};
|