UNPKG
@thunderstorefront/sdk
Version:
latest (0.3.3)
0.3.3
0.3.2
0.3.1
0.3.0
0.2.1
0.2.0
0.1.0
0.0.3
0.0.2
0.0.1
Create Nuxt extendable layer with this GitHub template.
@thunderstorefront/sdk
/
app
/
.nuxt
/
types
/
nitro-config.d.ts
14 lines
(9 loc)
•
281 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Generated by nitro
// App Config
import
type
{
Defu
}
from
'defu'
import
type
{
default
as
appConfig0 }
from
"../../app.config"
;
type
UserAppConfig
=
Defu
<{}, [
typeof
appConfig0]>
declare
module
"nitropack/types"
{
interface
AppConfig
extends
UserAppConfig
{} }
export
{}