Skip to content

Commit 52370a5

Browse files
Mihail Slavchevfealebenpae
authored andcommitted
add forgotten file
1 parent 69f3a8e commit 52370a5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/definitions/libref.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
interface ILibRef {
2+
idx: number;
3+
path: string;
4+
adjustedPath?: string;
5+
}

0 commit comments

Comments
 (0)