fix: remove 10 unused type-only imports and declarations (#22696)
This commit is contained in:
parent
62ddb9d3ad
commit
cf423d2769
10 changed files with 2 additions and 17 deletions
|
|
@ -1,10 +1,3 @@
|
|||
type Msg = {
|
||||
file: string
|
||||
spec: string
|
||||
target: string
|
||||
id: string
|
||||
}
|
||||
|
||||
const raw = process.argv[2]
|
||||
if (!raw) throw new Error("Missing worker payload")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue