/**
 * This file was auto-generated on 2023-10-24T15:44:49.679Z
 * flickr.blogs.getList
 * Get a list of configured blogs for the calling user.
 * Permissions required: read
 */
export type FlickrBlogsGetListParams = {
    /**
     * Optionally only return blogs for a given service id.  You can get a list of from <a href="/services/api/flickr.blogs.getServices.html">flickr.blogs.getServices()</a>.
     */
    service?: string;
};
