@fullstory/server-api-client
Version:
The official FullStory server API client SDK for NodeJS.
14 lines (13 loc) • 390 B
TypeScript
/**
* This file is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* Generated from schema: fullstory.v2.events.BrowserContext
* Do not edit manually.
*/
/**
* @interface BrowserContext The browser context in which the events are attached to.
*/
export interface BrowserContext {
'url'?: string;
'user_agent'?: string;
'initial_referrer'?: string;
}