This commit is contained in:
Fredrik Burmester
2025-02-15 23:03:14 +01:00
parent ca726e0ca5
commit ca48af26d5
2 changed files with 8 additions and 5 deletions

View File

@@ -25,6 +25,8 @@ export type OnProgressEventPayload = BaseEventPayload & {
export type OnErrorEventPayload = BaseEventPayload & {
error: string;
errorCode: number;
errorDomain: string;
};
export type OnCompleteEventPayload = BaseEventPayload & {