mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 18:13:25 +00:00
error logging
This commit is contained in:
@@ -3,6 +3,7 @@ export type UpdateEventStatus = 'success' | 'failure' | 'notfound' | 'pending';
|
||||
export type UpdateEvent = {
|
||||
percentage: number;
|
||||
status: UpdateEventStatus;
|
||||
error?: unknown;
|
||||
};
|
||||
|
||||
export type InitEvent = {
|
||||
|
Reference in New Issue
Block a user