/** * SmartyMeet Dev03 API REST * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 1.0.1 * Contact: developer@smartymeet.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * The user who made the change * @export * @interface TimelineAttributesSchemaSummaryValueUser */ export interface TimelineAttributesSchemaSummaryValueUser { /** * * @type {string} * @memberof TimelineAttributesSchemaSummaryValueUser */ name?: string; /** * * @type {string} * @memberof TimelineAttributesSchemaSummaryValueUser */ avatarUrl?: string | null; } /** * Check if a given object implements the TimelineAttributesSchemaSummaryValueUser interface. */ export declare function instanceOfTimelineAttributesSchemaSummaryValueUser(value: object): value is TimelineAttributesSchemaSummaryValueUser; export declare function TimelineAttributesSchemaSummaryValueUserFromJSON(json: any): TimelineAttributesSchemaSummaryValueUser; export declare function TimelineAttributesSchemaSummaryValueUserFromJSONTyped(json: any, ignoreDiscriminator: boolean): TimelineAttributesSchemaSummaryValueUser; export declare function TimelineAttributesSchemaSummaryValueUserToJSON(json: any): TimelineAttributesSchemaSummaryValueUser; export declare function TimelineAttributesSchemaSummaryValueUserToJSONTyped(value?: TimelineAttributesSchemaSummaryValueUser | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=TimelineAttributesSchemaSummaryValueUser.d.ts.map