UNPKG

@fullstory/server-api-client

Version:

The official FullStory server API client SDK for NodeJS.

13 lines (12 loc) 503 B
/** * This file is auto generated by OpenAPI Generator (https://openapi-generator.tech). * Generated from schema: fullstory.v2.events.SharedData * Do not edit manually. */ import { Context } from '../events/Context'; /** * @interface SharedData Optional. Any shared context among all requests in the create batch events import job. If any of the events in the `requests` field also contain a context, the event will fail to be imported. */ export interface SharedData { 'context'?: Context; }