rework of the front end components

This commit is contained in:
jonaswinkler
2021-01-26 00:51:45 +01:00
parent 339e96b63c
commit ede3bd1391
5 changed files with 137 additions and 56 deletions

View File

@@ -0,0 +1,11 @@
export interface WebsocketConsumerStatusMessage {
filename?: string
task_id?: string
current_progress?: number
max_progress?: number
status?: string
message?: string
document_id: number
}