UNPKG

flickr-sdk

Version:

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

17 lines (15 loc) 390 B
/** * This file was auto-generated on 2023-10-24T15:44:49.885Z * flickr.prefs.getPrivacy * Returns the default privacy level preference for the user. Possible values are: <ul> <li>1 : Public</li> <li>2 : Friends only</li> <li>3 : Family only</li> <li>4 : Friends and Family</li> <li>5 : Private</li> </ul> * Permissions required: read */ export type FlickrPrefsGetPrivacyParams = {};