@fullstory/server-api-client
Version:
The official FullStory server API client SDK for NodeJS.
15 lines (14 loc) • 350 B
TypeScript
/**
* This file is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* Generated from schema: fullstory.v2.varsapi.TypeConflict
* Do not edit manually.
*/
/**
* @interface TypeConflict
*/
export interface TypeConflict {
/**
* Any fields that are associated with multiple types.
*/
'properties'?: object;
}