mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-26 23:52:06 +00:00
fix(types): remove non-existent properties from context (#19021)
This commit is contained in:
parent
2b65926f9d
commit
7ecb003c7f
8
packages/types/app/index.d.ts
vendored
8
packages/types/app/index.d.ts
vendored
@ -31,14 +31,6 @@ export interface Context {
|
||||
|
||||
app: NuxtAppOptions
|
||||
base: string
|
||||
/**
|
||||
* @deprecated Use process.client instead
|
||||
*/
|
||||
isClient: boolean
|
||||
/**
|
||||
* @deprecated Use process.server instead
|
||||
*/
|
||||
isServer: boolean
|
||||
/**
|
||||
* @deprecated Use process.static instead
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user