import { GetUserProfilePhotosOptionsApplicationJson } from './GetUserProfilePhotosOptionsApplicationJson.generated'; import { GetUserProfilePhotosOptionsApplicationXWwwFormUrlencoded } from './GetUserProfilePhotosOptionsApplicationXWwwFormUrlencoded.generated'; import { GetUserProfilePhotosOptionsMultipartFormData } from './GetUserProfilePhotosOptionsMultipartFormData.generated'; export type GetUserProfilePhotosOptions = GetUserProfilePhotosOptionsApplicationJson | GetUserProfilePhotosOptionsApplicationXWwwFormUrlencoded | GetUserProfilePhotosOptionsMultipartFormData;