/**
 * NuxtOptionsEnv
 * Documentation: https://nuxtjs.org/api/configuration-env
 */

export type NuxtOptionsEnv = Record<string, string>
