chore: remove unnecessary crap ai added
continuous-integration/drone/pr Build is failing

This commit is contained in:
2026-04-03 19:46:05 -04:00
parent 0930054847
commit 75c872264f
7 changed files with 9 additions and 94 deletions
@@ -6,9 +6,7 @@
* OpenAPI spec version: 1.0.0
*/
import type { Document } from './document';
import type { Progress } from './progress';
export interface DocumentResponse {
document: Document;
progress?: Progress;
}