4 lines
85 B
TypeScript
4 lines
85 B
TypeScript
export type TrackingData = {
|
|
current_blocks_page: { url: string; title: string }
|
|
}
|