13 lines
254 B
TypeScript
13 lines
254 B
TypeScript
/**
|
|
* Generated by orval v7.21.0 🍺
|
|
* Do not edit manually.
|
|
* AnthoLume API v1
|
|
* REST API for AnthoLume document management system
|
|
* OpenAPI spec version: 1.0.0
|
|
*/
|
|
|
|
export type GetImportDirectoryParams = {
|
|
directory?: string;
|
|
select?: string;
|
|
};
|