/* eslint-disable */
import type { Locale } from '@uppy/core'

type GooglePhotosLocale = Locale<
    | 'pluginNameGooglePhotos'
>

export default GooglePhotosLocale