© 2026 Hedgehog Software, LLC
overrides: { fcm: { webPush: { fcmOptions: { link: "/foo", }, }, }, },
export type ITriggerOverrideFCM = { type?: 'notification' | 'data'; tag?: string; body?: string; icon?: string; badge?: string; color?: string; sound?: string; title?: string; bodyLocKey?: string; bodyLocArgs?: string; clickAction?: string; titleLocKey?: string; titleLocArgs?: string; data?: Record<string, unknown>; };