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