// Auto-generated, do not edit import type { Timed } from './timed' import type { RawMessage } from './raw' import type { RawBatchMeta, RawTimestamp, RawSessionDisconnect, RawSetPageLocation, RawSetViewportSize, RawSetViewportScroll, RawCreateDocument, RawCreateElementNode, RawCreateTextNode, RawMoveNode, RawRemoveNode, RawSetNodeAttribute, RawRemoveNodeAttribute, RawSetNodeData, RawSetCssData, RawSetNodeScroll, RawSetInputTarget, RawSetInputValue, RawSetInputChecked, RawMouseMove, RawConsoleLog, RawPageLoadTiming, RawPageRenderTiming, RawJsException, RawRawCustomEvent, RawUserID, RawUserAnonymousID, RawMetadata, RawCssInsertRule, RawCssDeleteRule, RawFetch, RawProfiler, RawOTable, RawStateAction, RawRedux, RawVuex, RawMobX, RawNgRx, RawGraphQl, RawPerformanceTrack, RawResourceTiming, RawConnectionInformation, RawSetPageVisibility, RawLongTask, RawSetNodeAttributeURLBased, RawSetCssDataURLBased, RawTechnicalInfo, RawCustomIssue, RawPageClose, RawCssInsertRuleURLBased, RawMouseClick, RawCreateIFrameDocument, RawIosSessionStart, RawIosCustomEvent, RawIosScreenChanges, RawIosClickEvent, RawIosPerformanceEvent, RawIosLog, RawIosNetworkCall, } from './raw' export type Message = RawMessage & Timed export type BatchMeta = RawBatchMeta & Timed export type Timestamp = RawTimestamp & Timed export type SessionDisconnect = RawSessionDisconnect & Timed export type SetPageLocation = RawSetPageLocation & Timed export type SetViewportSize = RawSetViewportSize & Timed export type SetViewportScroll = RawSetViewportScroll & Timed export type CreateDocument = RawCreateDocument & Timed export type CreateElementNode = RawCreateElementNode & Timed export type CreateTextNode = RawCreateTextNode & Timed export type MoveNode = RawMoveNode & Timed export type RemoveNode = RawRemoveNode & Timed export type SetNodeAttribute = RawSetNodeAttribute & Timed export type RemoveNodeAttribute = RawRemoveNodeAttribute & Timed export type SetNodeData = RawSetNodeData & Timed export type SetCssData = RawSetCssData & Timed export type SetNodeScroll = RawSetNodeScroll & Timed export type SetInputTarget = RawSetInputTarget & Timed export type SetInputValue = RawSetInputValue & Timed export type SetInputChecked = RawSetInputChecked & Timed export type MouseMove = RawMouseMove & Timed export type ConsoleLog = RawConsoleLog & Timed export type PageLoadTiming = RawPageLoadTiming & Timed export type PageRenderTiming = RawPageRenderTiming & Timed export type JsException = RawJsException & Timed export type RawCustomEvent = RawRawCustomEvent & Timed export type UserID = RawUserID & Timed export type UserAnonymousID = RawUserAnonymousID & Timed export type Metadata = RawMetadata & Timed export type CssInsertRule = RawCssInsertRule & Timed export type CssDeleteRule = RawCssDeleteRule & Timed export type Fetch = RawFetch & Timed export type Profiler = RawProfiler & Timed export type OTable = RawOTable & Timed export type StateAction = RawStateAction & Timed export type Redux = RawRedux & Timed export type Vuex = RawVuex & Timed export type MobX = RawMobX & Timed export type NgRx = RawNgRx & Timed export type GraphQl = RawGraphQl & Timed export type PerformanceTrack = RawPerformanceTrack & Timed export type ResourceTiming = RawResourceTiming & Timed export type ConnectionInformation = RawConnectionInformation & Timed export type SetPageVisibility = RawSetPageVisibility & Timed export type LongTask = RawLongTask & Timed export type SetNodeAttributeURLBased = RawSetNodeAttributeURLBased & Timed export type SetCssDataURLBased = RawSetCssDataURLBased & Timed export type TechnicalInfo = RawTechnicalInfo & Timed export type CustomIssue = RawCustomIssue & Timed export type PageClose = RawPageClose & Timed export type CssInsertRuleURLBased = RawCssInsertRuleURLBased & Timed export type MouseClick = RawMouseClick & Timed export type CreateIFrameDocument = RawCreateIFrameDocument & Timed export type IosSessionStart = RawIosSessionStart & Timed export type IosCustomEvent = RawIosCustomEvent & Timed export type IosScreenChanges = RawIosScreenChanges & Timed export type IosClickEvent = RawIosClickEvent & Timed export type IosPerformanceEvent = RawIosPerformanceEvent & Timed export type IosLog = RawIosLog & Timed export type IosNetworkCall = RawIosNetworkCall & Timed