/** * 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 TalentReferralSchemaReferrer */ export interface TalentReferralSchemaReferrer { /** * * @type {string} * @memberof TalentReferralSchemaReferrer */ email?: string; /** * * @type {string} * @memberof TalentReferralSchemaReferrer */ fullName?: string; } /** * Check if a given object implements the TalentReferralSchemaReferrer interface. */ export declare function instanceOfTalentReferralSchemaReferrer(value: object): value is TalentReferralSchemaReferrer; export declare function TalentReferralSchemaReferrerFromJSON(json: any): TalentReferralSchemaReferrer; export declare function TalentReferralSchemaReferrerFromJSONTyped(json: any, ignoreDiscriminator: boolean): TalentReferralSchemaReferrer; export declare function TalentReferralSchemaReferrerToJSON(json: any): TalentReferralSchemaReferrer; export declare function TalentReferralSchemaReferrerToJSONTyped(value?: TalentReferralSchemaReferrer | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=TalentReferralSchemaReferrer.d.ts.map