UNPKG

flickr-sdk

Version:

Almost certainly the best Flickr API client in the world for node and the browser

17 lines (16 loc) 401 B
/** * 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; };