UNPKG

expo-notifications

Version:

Provides an API to fetch push notification tokens and to present, schedule, receive, and respond to notifications.

2 lines 212 B
export declare function hasValidTriggerObject(trigger: unknown): trigger is (object & Record<"type", unknown>) | (object & Record<"channelId", unknown>) | null; //# sourceMappingURL=hasValidTriggerObject.d.ts.map