Skip to content

Commit

Permalink
fix: HookRegexpRule type error
Browse files Browse the repository at this point in the history
  • Loading branch information
ufec committed Aug 21, 2023
1 parent 843cbfc commit aa9ea0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/syntax.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ export interface BasicHookRegexpRule {
}

// TODO:
export type HookRegexpRule = {};
export type HookRegexpRule = Record<string, any>;

0 comments on commit aa9ea0c

Please sign in to comment.