Skip to content

Instantly share code, notes, and snippets.

View michaloo's full-sized avatar

Michał Rączka michaloo

View GitHub Profile
type FirehoseEvent = {
claims: FirehoseClaim,
params: TrackParams | TraitsParams | AliasParams,
context: TrackContext | TrackContext | AliasContext
};
type Metric: {
[ToBeDetermined]: any
};