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