This commit is contained in:
2026-03-21 20:47:22 -04:00
parent ba919bbde4
commit 4d133994ab
55 changed files with 1901 additions and 264 deletions

View File

@@ -7,10 +7,8 @@
*/
import type { Document } from './document';
import type { Progress } from './progress';
import type { UserData } from './userData';
export interface DocumentResponse {
document: Document;
user: UserData;
progress?: Progress;
}