fix unable to transfer file

This commit is contained in:
2026-02-07 14:40:58 +08:00
parent ed2629cb08
commit eb23ef9d5d
6 changed files with 64 additions and 8 deletions

View File

@@ -74,7 +74,7 @@ export class NotificationOptions {
"subtitle"?: string;
"body"?: string;
"categoryId"?: string;
"data"?: { [_: string]: any };
"data"?: { [_ in string]?: any };
/** Creates a new NotificationOptions instance. */
constructor($$source: Partial<NotificationOptions> = {}) {