保誠-保戶業務員媒合平台
1
2
3
4
5
6
7
/**
 * NuxtOptionsGlobals
 * Documentation: https://nuxtjs.org/api/configuration-globals
 */
 
type NuxtOptionsCustomizableGlobalName = 'id' | 'nuxt' | 'context' | 'pluginPrefix' | 'readyCallback' | 'loadedCallback'
export type NuxtOptionsGlobals = { [key in NuxtOptionsCustomizableGlobalName]?: (globalName: string) => string }