NuxtN
Nuxt2y ago
1 reply
Alireza

how to define types for runtimeConfig keys?

example:
runtimeConfig: {
    public: {
      //-> this can be of type 'apple' | 'banana' | 'cherry'
      fruit: 'apple',
    }
  }
Was this page helpful?