14 lines
305 B
TypeScript
14 lines
305 B
TypeScript
/**
|
|
* Generated by orval v8.5.3 🍺
|
|
* Do not edit manually.
|
|
* AnthoLume API v1
|
|
* REST API for AnthoLume document management system
|
|
* OpenAPI spec version: 1.0.0
|
|
*/
|
|
import type { GetSearchSource } from './getSearchSource';
|
|
|
|
export type GetSearchParams = {
|
|
query: string;
|
|
source: GetSearchSource;
|
|
};
|