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