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