FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
tanstack.com/src/utils/analytics/types.ts at main · TanStack/tanstack.com · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
TanStack
/
tanstack.com
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
400
Star
1.1k
Code
Issues
45
Pull requests
58
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
tanstack.com
/
src
/
utils
/
analytics
/
types.ts
Copy path
More file actions
More file actions
Latest commit
History
History
History
7 lines (6 loc) · 284 Bytes
Breadcrumbs
tanstack.com
/
src
/
utils
/
analytics
/
types.ts
Copy path
File metadata and controls
7 lines (6 loc) · 284 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
export
type
AnalyticsPropertyValue
=
boolean
|
number
|
string
export
type
EventProperties
=
Record
<
string
,
unknown
>
export
type
EventPayload
=
Record
<
string
,
AnalyticsPropertyValue
>
export
type
AnalyticsProvider
=
{
trackEvent
:
(
event
:
string
,
properties
:
EventPayload
)
=>
void
}
Back
|
FazBrowse Home
|
New Git URL