/** * 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. */ import type { EmailRelationshipsUsersSchemaDataInner } from './EmailRelationshipsUsersSchemaDataInner'; /** * * @export * @interface EmailRelationshipsUsersSchema */ export interface EmailRelationshipsUsersSchema { /** * * @type {Array} * @memberof EmailRelationshipsUsersSchema */ data?: Array; } /** * Check if a given object implements the EmailRelationshipsUsersSchema interface. */ export declare function instanceOfEmailRelationshipsUsersSchema(value: object): value is EmailRelationshipsUsersSchema; export declare function EmailRelationshipsUsersSchemaFromJSON(json: any): EmailRelationshipsUsersSchema; export declare function EmailRelationshipsUsersSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): EmailRelationshipsUsersSchema; export declare function EmailRelationshipsUsersSchemaToJSON(json: any): EmailRelationshipsUsersSchema; export declare function EmailRelationshipsUsersSchemaToJSONTyped(value?: EmailRelationshipsUsersSchema | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=EmailRelationshipsUsersSchema.d.ts.map