Skip to content

Commit

Permalink
fix(types): remove non-existent properties from context (#19021)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Feb 14, 2023
1 parent 2b65926 commit 7ecb003
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions packages/types/app/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 7ecb003

Please sign in to comment.