18 lines
244 B
TypeScript
18 lines
244 B
TypeScript
/**
|
|
* Generated by orval v8.9.0 🍺
|
|
* Do not edit manually.
|
|
* api
|
|
* OpenAPI spec version: 0.2.9
|
|
*/
|
|
|
|
export type AiConversationListParams = {
|
|
/**
|
|
* Filter by project
|
|
*/
|
|
project_id?: string;
|
|
/**
|
|
* Search query (title)
|
|
*/
|
|
q?: string;
|
|
};
|