UNPKG

@sirenapp/js-sdk

Version:

JavaScript middleware designed to streamline interaction for managing and displaying in-app notifications seamlessly

4 lines (3 loc) 212 B
import type { FetchNotificationsParamsType } from '../types'; declare const fetch: (input: RequestInfo, init?: RequestInit, queryParams?: FetchNotificationsParamsType) => Promise<Response>; export default fetch;