Skip to content

Commit

Permalink
Add destroy to typescript typings
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewBarba committed May 21, 2020
1 parent ce41bc6 commit e6d6fbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export class APNS extends EventEmitter {
constructor(options: APNSOptions)
send(notification: Notification): Promise<Notification>
sendMany(notifications: Notification[]): Promise<Notification[]>
destroy(): Promise<Void>
}

export class Notification {
Expand Down

0 comments on commit e6d6fbb

Please sign in to comment.