/** * 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 TimelineAttributesSchemaTimestamps */ export interface TimelineAttributesSchemaTimestamps { /** * * @type {Date} * @memberof TimelineAttributesSchemaTimestamps */ created?: Date; } /** * Check if a given object implements the TimelineAttributesSchemaTimestamps interface. */ export declare function instanceOfTimelineAttributesSchemaTimestamps(value: object): value is TimelineAttributesSchemaTimestamps; export declare function TimelineAttributesSchemaTimestampsFromJSON(json: any): TimelineAttributesSchemaTimestamps; export declare function TimelineAttributesSchemaTimestampsFromJSONTyped(json: any, ignoreDiscriminator: boolean): TimelineAttributesSchemaTimestamps; export declare function TimelineAttributesSchemaTimestampsToJSON(json: any): TimelineAttributesSchemaTimestamps; export declare function TimelineAttributesSchemaTimestampsToJSONTyped(value?: TimelineAttributesSchemaTimestamps | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=TimelineAttributesSchemaTimestamps.d.ts.map