/** * 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 MeetingRelationshipsAttendeesDataSchema */ export interface MeetingRelationshipsAttendeesDataSchema { /** * * @type {string} * @memberof MeetingRelationshipsAttendeesDataSchema */ type?: string; /** * Chime attendee id (resource id of the attendee). * @type {string} * @memberof MeetingRelationshipsAttendeesDataSchema */ id?: string; } /** * Check if a given object implements the MeetingRelationshipsAttendeesDataSchema interface. */ export declare function instanceOfMeetingRelationshipsAttendeesDataSchema(value: object): value is MeetingRelationshipsAttendeesDataSchema; export declare function MeetingRelationshipsAttendeesDataSchemaFromJSON(json: any): MeetingRelationshipsAttendeesDataSchema; export declare function MeetingRelationshipsAttendeesDataSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): MeetingRelationshipsAttendeesDataSchema; export declare function MeetingRelationshipsAttendeesDataSchemaToJSON(json: any): MeetingRelationshipsAttendeesDataSchema; export declare function MeetingRelationshipsAttendeesDataSchemaToJSONTyped(value?: MeetingRelationshipsAttendeesDataSchema | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=MeetingRelationshipsAttendeesDataSchema.d.ts.map