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