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