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