Skip to content

Commit

Permalink
move custom_data from string, any to string, string
Browse files Browse the repository at this point in the history
  • Loading branch information
karngyan committed Apr 27, 2023
1 parent 9054b2f commit 5bda8c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/api/requests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export type SendPushRequestOptionalOptions = Partial<{
image_url: string;
link: string;
sound: string;
custom_data: Record<string, any>;
custom_data: Record<string, string>;
device: Record<string, any>;
custom_device: Record<string, any>;
}>;
Expand Down

0 comments on commit 5bda8c5

Please sign in to comment.