/** * 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 { NotificationRelationshipsCallsSchemaDataInner } from './NotificationRelationshipsCallsSchemaDataInner'; /** * * @export * @interface NotificationRelationshipsCallsSchema */ export interface NotificationRelationshipsCallsSchema { /** * * @type {Array} * @memberof NotificationRelationshipsCallsSchema */ data?: Array; } /** * Check if a given object implements the NotificationRelationshipsCallsSchema interface. */ export declare function instanceOfNotificationRelationshipsCallsSchema(value: object): value is NotificationRelationshipsCallsSchema; export declare function NotificationRelationshipsCallsSchemaFromJSON(json: any): NotificationRelationshipsCallsSchema; export declare function NotificationRelationshipsCallsSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): NotificationRelationshipsCallsSchema; export declare function NotificationRelationshipsCallsSchemaToJSON(json: any): NotificationRelationshipsCallsSchema; export declare function NotificationRelationshipsCallsSchemaToJSONTyped(value?: NotificationRelationshipsCallsSchema | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=NotificationRelationshipsCallsSchema.d.ts.map