/** * 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. */ import type { EventRelationshipsSchemaSourceData } from './EventRelationshipsSchemaSourceData'; /** * * @export * @interface EventRelationshipsSchemaSource */ export interface EventRelationshipsSchemaSource { /** * * @type {EventRelationshipsSchemaSourceData} * @memberof EventRelationshipsSchemaSource */ data?: EventRelationshipsSchemaSourceData; } /** * Check if a given object implements the EventRelationshipsSchemaSource interface. */ export declare function instanceOfEventRelationshipsSchemaSource(value: object): value is EventRelationshipsSchemaSource; export declare function EventRelationshipsSchemaSourceFromJSON(json: any): EventRelationshipsSchemaSource; export declare function EventRelationshipsSchemaSourceFromJSONTyped(json: any, ignoreDiscriminator: boolean): EventRelationshipsSchemaSource; export declare function EventRelationshipsSchemaSourceToJSON(json: any): EventRelationshipsSchemaSource; export declare function EventRelationshipsSchemaSourceToJSONTyped(value?: EventRelationshipsSchemaSource | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=EventRelationshipsSchemaSource.d.ts.map