Skip to content

Commit

Permalink
fix(xref/lib/search): treat permission as concept (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres authored Mar 8, 2022
1 parent 595dc2e commit 2c58550
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions routes/xref/lib/search.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ type Type =
| "event"
| "interface"
| "method"
| "permission"
| "typedef";

export interface DataEntry {
Expand Down

0 comments on commit 2c58550

Please sign in to comment.