/** * This file was auto-generated on 2023-10-24T15:44:49.802Z * flickr.photos.getAllContexts * Returns all visible sets and pools the photo belongs to. * Permissions required: none */ export type FlickrPhotosGetAllContextsParams = { /** * The photo to return information for. */ photo_id: string; };