Hoàn thành chức năng collaborative

This commit is contained in:
2026-04-01 14:58:17 +07:00
parent 89db1c7b5c
commit 9335e56322
13 changed files with 751 additions and 41 deletions
+2
View File
@@ -7,6 +7,8 @@ export interface User {
export interface PDFItem {
id: number;
user_id: number;
owner_username: string;
title: string;
total_pages: number | null;
created_at: string;