/**
 * 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;
};
