Skip to content

Commit 2dc0467

Browse files
authored
Merge pull request eclipse-biscuit#54 from wereHamster/patch-1
authorizer tagged template generator returns AuthorizerBuilder
2 parents b6b9aff + 6ae9092 commit 2dc0467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/definitions/tagged-templates.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export function block(
2727
export function authorizer(
2828
strings: TemplateStringsArray,
2929
...values: any[]
30-
): Authorizer;
30+
): AuthorizerBuilder;
3131
/**
3232
* Tagged template generating a fact from datalog code
3333
*

0 commit comments

Comments
 (0)