flickr-sdk
Version:
Almost certainly the best Flickr API client in the world for node and the browser
13 lines (12 loc) • 354 B
TypeScript
/**
* This file was auto-generated on 2023-10-24T15:44:49.685Z
* flickr.cameras.getBrandModels
* Retrieve all the models for a given camera brand.
* Permissions required: none
*/
export type FlickrCamerasGetBrandModelsParams = {
/**
* The ID of the requested brand (as returned from flickr.cameras.getBrands).
*/
brand: string;
};