Skip to content

Commit

Permalink
chore(misc): update Plugin type with frozen property
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Jan 26, 2024
1 parent 198ae07 commit 60fc6e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/misc.d.ts
Expand Up @@ -67,6 +67,7 @@ export interface Plugin {
hooks?: string[],
tags?: object,
words?: object,
frozen?: {[key: string]: string},
lib?: () => object,
api?: (fn: (view: any) => {}) => void, //should be View
mutate?: (fn: (world: object) => {}) => void,
Expand Down

0 comments on commit 60fc6e4

Please sign in to comment.