@fullstory/server-api-client
Version:
The official FullStory server API client SDK for NodeJS.
15 lines (14 loc) • 447 B
TypeScript
/**
* This file is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* Generated from schema: fullstory.v2.events.SessionIdResponse
* Do not edit manually.
*/
/**
* @interface SessionIdResponse The session identifier. If the event is attached to a session.
*/
export interface SessionIdResponse {
/**
* The FullStory generated identifier for the session to associate the event with.
*/
'id'?: string;
}