Use interface any.
This commit is contained in:
parent
7462961556
commit
5af327af4a
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue