/** * This file was auto-generated on 2023-10-24T15:44:49.892Z * flickr.reflection.getMethodInfo * Returns information for a given flickr API method. * Permissions required: none */ export type FlickrReflectionGetMethodInfoParams = { /** * The name of the method to fetch information for. */ method_name: string; };