Files
web/types/requests/trackingData.ts

4 lines
85 B
TypeScript

export type TrackingData = {
current_blocks_page: { url: string; title: string }
}