Moved to ts for other dependencies.

This commit is contained in:
SamTV12345 2023-06-23 20:53:55 +02:00
parent 3c2129b1cc
commit 7b99edc471
No known key found for this signature in database
GPG key ID: E63EEC7466038043
47 changed files with 1056 additions and 1363 deletions

View file

@ -0,0 +1,3 @@
export type CMDArgv = {
[key: string]: any
}