/** * 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 { FinderRelationshipsUsersDataSchema } from './FinderRelationshipsUsersDataSchema'; /** * * @export * @interface FinderRelationshipsUsersSchema */ export interface FinderRelationshipsUsersSchema { /** * * @type {Array} * @memberof FinderRelationshipsUsersSchema */ data?: Array; } /** * Check if a given object implements the FinderRelationshipsUsersSchema interface. */ export declare function instanceOfFinderRelationshipsUsersSchema(value: object): value is FinderRelationshipsUsersSchema; export declare function FinderRelationshipsUsersSchemaFromJSON(json: any): FinderRelationshipsUsersSchema; export declare function FinderRelationshipsUsersSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): FinderRelationshipsUsersSchema; export declare function FinderRelationshipsUsersSchemaToJSON(json: any): FinderRelationshipsUsersSchema; export declare function FinderRelationshipsUsersSchemaToJSONTyped(value?: FinderRelationshipsUsersSchema | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=FinderRelationshipsUsersSchema.d.ts.map