Skip to content

Commit 28c1df1

Browse files
authored
🤖 Merge PR DefinitelyTyped#72848 chore: update Twig type definitions for consistency and clarity by @lavalleeale
1 parent 6e8dac3 commit 28c1df1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

‎types/twig/index.d.ts‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ declare namespace Twig {
2222
base?: any;
2323
path?: any;
2424
href?: any;
25+
ref?: any;
2526
name?: any;
2627
method?: any;
2728
options?: any;

‎types/twig/twig-tests.ts‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ const params: twig.Parameters = {
1414
name: value,
1515
options: value,
1616
href: value,
17+
ref: value,
1718
async: value,
1819
};
1920

0 commit comments

Comments
 (0)