/** * 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. */ /** * * @export * @interface TimelineAttributesSchemaChangesValue */ export interface TimelineAttributesSchemaChangesValue { /** * The previous value of the field * @type {any} * @memberof TimelineAttributesSchemaChangesValue */ old?: any | null; /** * The new value of the field * @type {any} * @memberof TimelineAttributesSchemaChangesValue */ _new?: any | null; } /** * Check if a given object implements the TimelineAttributesSchemaChangesValue interface. */ export declare function instanceOfTimelineAttributesSchemaChangesValue(value: object): value is TimelineAttributesSchemaChangesValue; export declare function TimelineAttributesSchemaChangesValueFromJSON(json: any): TimelineAttributesSchemaChangesValue; export declare function TimelineAttributesSchemaChangesValueFromJSONTyped(json: any, ignoreDiscriminator: boolean): TimelineAttributesSchemaChangesValue; export declare function TimelineAttributesSchemaChangesValueToJSON(json: any): TimelineAttributesSchemaChangesValue; export declare function TimelineAttributesSchemaChangesValueToJSONTyped(value?: TimelineAttributesSchemaChangesValue | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=TimelineAttributesSchemaChangesValue.d.ts.map