/** * 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; }