/** * 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 NotificationRelationshipsCallsSchemaDataInner */ export interface NotificationRelationshipsCallsSchemaDataInner { /** * * @type {string} * @memberof NotificationRelationshipsCallsSchemaDataInner */ type?: string; /** * * @type {string} * @memberof NotificationRelationshipsCallsSchemaDataInner */ id?: string; } /** * Check if a given object implements the NotificationRelationshipsCallsSchemaDataInner interface. */ export declare function instanceOfNotificationRelationshipsCallsSchemaDataInner(value: object): value is NotificationRelationshipsCallsSchemaDataInner; export declare function NotificationRelationshipsCallsSchemaDataInnerFromJSON(json: any): NotificationRelationshipsCallsSchemaDataInner; export declare function NotificationRelationshipsCallsSchemaDataInnerFromJSONTyped(json: any, ignoreDiscriminator: boolean): NotificationRelationshipsCallsSchemaDataInner; export declare function NotificationRelationshipsCallsSchemaDataInnerToJSON(json: any): NotificationRelationshipsCallsSchemaDataInner; export declare function NotificationRelationshipsCallsSchemaDataInnerToJSONTyped(value?: NotificationRelationshipsCallsSchemaDataInner | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=NotificationRelationshipsCallsSchemaDataInner.d.ts.map