/** * This file was auto-generated on 2023-10-24T15:44:49.865Z * flickr.photosets.setPrimaryPhoto * Set photoset primary photo * Permissions required: write */ export type FlickrPhotosetsSetPrimaryPhotoParams = { /** * The id of the photoset to set primary photo to. */ photoset_id: string; /** * The id of the photo to set as primary. */ photo_id: string; };