mirror of
https://git.victorphan.net/basketballcantho/ten-project.git
synced 2026-08-05 18:43:10 +07:00
Hoàn thành chức năng collaborative
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user