chore(api): update to allow CRUD progress and activity in v1
This commit is contained in:
@@ -10,7 +10,9 @@ export interface Progress {
|
||||
title?: string;
|
||||
author?: string;
|
||||
device_name?: string;
|
||||
device_id?: string;
|
||||
percentage?: number;
|
||||
progress?: string;
|
||||
document_id?: string;
|
||||
user_id?: string;
|
||||
created_at?: string;
|
||||
|
||||
Reference in New Issue
Block a user