Gekidou Update deps (#5530)

This commit is contained in:
Elias Nahum
2021-07-11 07:52:44 -04:00
committed by GitHub
parent 134c4a49c5
commit c64277bdbf
54 changed files with 16537 additions and 23546 deletions

View File

@@ -10,7 +10,7 @@ interface NativeNotificationPreferences {
selectedUri?: string;
shouldBlink: boolean;
shouldVibrate: boolean;
sounds: Array<NativeNotificationSound>;
sounds: NativeNotificationSound[];
}
interface NativeNotification {