Skip to content

Commit

Permalink
fix: helper typings
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-jonas committed Aug 21, 2024
1 parent 336fcfb commit 7748c5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pkg/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ export const redirectOnSoftError =
export const handlebarsHelpers: UnknownObject = {
jsonPretty: (context: any) => JSON.stringify(context, null, 2),
onlyNodes: (
nodes: Array<UiNode>,
groups: string,
nodes: UiNode[],
groups: string[],
attributes: string,
withoutDefaultGroup?: boolean,
withoutDefaultAttributes?: boolean,
Expand Down

0 comments on commit 7748c5f

Please sign in to comment.