Skip to content

Commit

Permalink
Fix types to reflect dpa99c#124
Browse files Browse the repository at this point in the history
  • Loading branch information
adipascu committed Jan 10, 2024
1 parent 6ccd621 commit cafb577
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ export interface FirebasePlugin {
error: (err: string) => void
): void
unregister(): void
setBadgeNumber(
setBadgeNumber?(
badgeNumber: number
): void
getBadgeNumber(
getBadgeNumber?(
success: (badgeNumber: number) => void,
error: (err: string) => void
): void
Expand Down

0 comments on commit cafb577

Please sign in to comment.