Use interface any.

This commit is contained in:
Владислав Весельский 2025-01-29 14:31:13 +03:00
parent 7462961556
commit 5af327af4a
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ type ApnsPayload struct {
// TODO: add support for custom keys // TODO: add support for custom keys
// https://developer.apple.com/documentation/usernotifications/setting_up_a_remote_notification_server/generating_a_remote_notification // https://developer.apple.com/documentation/usernotifications/setting_up_a_remote_notification_server/generating_a_remote_notification
customKeys map[string]interface{} customKeys map[string]any
} }
type ApnsPayloadKeys struct { type ApnsPayloadKeys struct {