Skip to content

Commit

Permalink
chore: rm type
Browse files Browse the repository at this point in the history
lisonge committed Oct 28, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 9bb0536 commit ce5c987
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/vite-env.d.ts
Original file line number Diff line number Diff line change
@@ -7,13 +7,6 @@ interface Window {
};
}

declare module 'virtual:commit' {
type DefaultLogFields = import('simple-git').DefaultLogFields;
type ListLogLine = import('simple-git').ListLogLine;
const latestLog: DefaultLogFields & ListLogLine;
export default latestLog;
}

/**
* the declaration of JSON5 esm format is not correct
*

0 comments on commit ce5c987

Please sign in to comment.