Nuxt/packages/nuxt/src/app/defaults.ts

8 lines
190 B
TypeScript
Raw Normal View History

// TODO: temporary module for backwards compatibility
export type DefaultAsyncDataErrorValue = null
export type DefaultAsyncDataValue = null
export type DefaultErrorValue = null
export {}