UNPKG

@fullstory/server-api-client

Version:

The official FullStory server API client SDK for NodeJS.

13 lines (12 loc) 312 B
/** * This file is auto generated by OpenAPI Generator (https://openapi-generator.tech). * Generated from schema: fullstory.v2.events.UserIdResponse * Do not edit manually. */ /** * @interface UserIdResponse The user identifier */ export interface UserIdResponse { 'id'?: string; 'uid'?: string; }