Skip to content

Commit

Permalink
export PushMessageOptions type
Browse files Browse the repository at this point in the history
  • Loading branch information
negrel committed May 31, 2024
1 parent bee32df commit 55325d6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion subscriber.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,10 @@ export enum Urgency {
High = "high",
}

interface PushMessageOptions {
/**
* Push message options.
*/
export interface PushMessageOptions {
urgency?: Urgency;
ttl?: number;
topic?: string;
Expand Down

0 comments on commit 55325d6

Please sign in to comment.