/** * 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. */ /** * {created, modified, expires?} - ISO strings. * @export * @interface GuestDocumentAttributesSchemaTimestamps */ export interface GuestDocumentAttributesSchemaTimestamps { /** * * @type {Date} * @memberof GuestDocumentAttributesSchemaTimestamps */ created?: Date; /** * * @type {Date} * @memberof GuestDocumentAttributesSchemaTimestamps */ modified?: Date; /** * * @type {Date} * @memberof GuestDocumentAttributesSchemaTimestamps */ expires?: Date; } /** * Check if a given object implements the GuestDocumentAttributesSchemaTimestamps interface. */ export declare function instanceOfGuestDocumentAttributesSchemaTimestamps(value: object): value is GuestDocumentAttributesSchemaTimestamps; export declare function GuestDocumentAttributesSchemaTimestampsFromJSON(json: any): GuestDocumentAttributesSchemaTimestamps; export declare function GuestDocumentAttributesSchemaTimestampsFromJSONTyped(json: any, ignoreDiscriminator: boolean): GuestDocumentAttributesSchemaTimestamps; export declare function GuestDocumentAttributesSchemaTimestampsToJSON(json: any): GuestDocumentAttributesSchemaTimestamps; export declare function GuestDocumentAttributesSchemaTimestampsToJSONTyped(value?: GuestDocumentAttributesSchemaTimestamps | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=GuestDocumentAttributesSchemaTimestamps.d.ts.map