UNPKG

@follow-app/client-sdk

Version:

TypeScript client SDK for Follow RSS Server API

8 lines (5 loc) 262 B
// Google Analytics data collection types // Request types - Google Analytics payload (flexible object structure) export type GoogleAnalyticsRequest = Record<string, any> // Response types - No content response (204) export type GoogleAnalyticsResponse = null