UNPKG

@medusajs/types

Version:
11 lines 257 B
export interface PosthogAnalyticsServiceOptions { /** * The key for the posthog events */ posthogEventsKey: string; /** * The endpoint for the posthog server */ posthogHost: string; } //# sourceMappingURL=posthog.d.ts.map