mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-02 16:50:38 +00:00
9 lines
246 B
TypeScript
9 lines
246 B
TypeScript
// TODO: temporary module for backwards compatibility
|
|
|
|
export type DefaultAsyncDataErrorValue = null
|
|
export type DefaultAsyncDataValue = null
|
|
export type DefaultErrorValue = null
|
|
export type DedupeOption = boolean | 'cancel' | 'defer'
|
|
|
|
export {}
|