Skip to content

Commit

Permalink
refactor: deprecate type property on app info interface
Browse files Browse the repository at this point in the history
It seems that this doesn't get used anymore.
  • Loading branch information
JammingBen committed Jul 26, 2024
1 parent f554f91 commit 5e8ac91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/web-pkg/src/apps/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ export interface ApplicationInformation {
isFileEditor?: boolean
extensions?: ApplicationFileExtension[]
defaultExtension?: string
/** @deprecated */
type?: string
translations?: Translations
/** @deprecated */
Expand Down

0 comments on commit 5e8ac91

Please sign in to comment.