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