mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-03 01:00:30 +00:00
8 lines
190 B
TypeScript
8 lines
190 B
TypeScript
|
// TODO: temporary module for backwards compatibility
|
||
|
|
||
|
export type DefaultAsyncDataErrorValue = null
|
||
|
export type DefaultAsyncDataValue = null
|
||
|
export type DefaultErrorValue = null
|
||
|
|
||
|
export {}
|