mirror of
https://github.com/nuxt/nuxt.git
synced 2025-03-23 01:26:36 +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 {}
|