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