Files
AnthoLume/frontend/src/generated/model/searchItem.ts
T
2026-07-03 20:35:45 -04:00

18 lines
340 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
*/
export interface SearchItem {
id?: string;
title?: string;
author?: string;
language?: string;
series?: string;
file_type?: string;
file_size?: string;
}