/** * This file was auto-generated on 2023-10-24T15:44:49.932Z * flickr.testimonials.getPendingTestimonialsAboutBy * Get the pending testimonial by the currently logged-in user about the given user. Note that at most 1 testimonial will be returned * Permissions required: read */ export type FlickrTestimonialsGetPendingTestimonialsAboutByParams = { /** * ID of the user to get testimonials about */ user_id: string; };