xylabs/sdk-react

View on GitHub
packages/pixel/src/lib/Tracking/Google/StandardEvent.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { GoogleBaseEvent } from './BaseEvent'

export class GoogleStandardEvent<T extends Record<string, unknown>> extends GoogleBaseEvent<T> {}