mirror of
https://git.victorphan.net/basketballcantho/ten-project.git
synced 2026-08-05 18:03:10 +07:00
Hoàn thành bước 3.3. Interactive Workbook (The Core Viewer)
This commit is contained in:
@@ -18,3 +18,12 @@ export interface PDFUploadResult {
|
||||
pdf: PDFItem | null;
|
||||
error: string | null;
|
||||
}
|
||||
|
||||
export interface AnnotationData {
|
||||
id: number;
|
||||
pdf_id: number;
|
||||
page_number: number;
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
canvas_data: Record<string, any>;
|
||||
updated_at: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user