/** * This file was auto-generated on 2023-10-24T15:44:49.773Z * flickr.people.getPublicGroups * Returns the list of public groups a user is a member of. * Permissions required: none */ export type FlickrPeopleGetPublicGroupsParams = { /** * The NSID of the user to fetch groups for. */ user_id: string; };