Skip to content

Commit 4fab774

Browse files
committedFeb 10, 2024
Dogfoodin' is underrated
1 parent 41c2017 commit 4fab774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/knip/src/types/issues.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export type Issues = {
4646

4747
export type IssueType = keyof Issues;
4848

49-
export type SymbolIssueType = Exclude<IssueType, 'files'>;
49+
type SymbolIssueType = Exclude<IssueType, 'files'>;
5050

5151
export type Report = {
5252
[key in keyof Issues]: boolean;

0 commit comments

Comments
 (0)
Please sign in to comment.