/** * This file was auto-generated on 2023-10-24T15:44:49.928Z * flickr.testimonials.getAllTestimonialsAbout * Get all testimonials (pending and approved) written about the given user * Permissions required: read */ export type FlickrTestimonialsGetAllTestimonialsAboutParams = { /** * Page number. Default is 0 */ page?: string; /** * Number of testimonials to return per page. Default is 10, maximum is 50 */ per_page?: string; };