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