/** * 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 TalentAttributesSocialLinkSchema */ export interface TalentAttributesSocialLinkSchema { /** * * @type {string} * @memberof TalentAttributesSocialLinkSchema */ platform?: string; /** * * @type {string} * @memberof TalentAttributesSocialLinkSchema */ url?: string; } /** * Check if a given object implements the TalentAttributesSocialLinkSchema interface. */ export declare function instanceOfTalentAttributesSocialLinkSchema(value: object): value is TalentAttributesSocialLinkSchema; export declare function TalentAttributesSocialLinkSchemaFromJSON(json: any): TalentAttributesSocialLinkSchema; export declare function TalentAttributesSocialLinkSchemaFromJSONTyped(json: any, ignoreDiscriminator: boolean): TalentAttributesSocialLinkSchema; export declare function TalentAttributesSocialLinkSchemaToJSON(json: any): TalentAttributesSocialLinkSchema; export declare function TalentAttributesSocialLinkSchemaToJSONTyped(value?: TalentAttributesSocialLinkSchema | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=TalentAttributesSocialLinkSchema.d.ts.map