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
/
app-defaults.d.ts
7 lines
(6 loc)
•
195 B
TypeScript
View Raw
1
2
3
4
5
6
7
declare
module
'#app/defaults'
{
type
DefaultAsyncDataErrorValue
=
null
type
DefaultAsyncDataValue
=
null
type
DefaultErrorValue
=
null
type
DedupeOption
=
boolean
|
'cancel'
|
'defer'
}