updated jsvm types

This commit is contained in:
Gani Georgiev
2024-11-05 00:16:20 +02:00
parent 2f35ef29fe
commit 47354f5aa9
2 changed files with 3789 additions and 3789 deletions
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -552,7 +552,7 @@ declare class Command implements cobra.Command {
declare const RequestInfo: {
new(info?: Partial<core.RequestInfo>): core.RequestInfo
// note: declare as "newable" const due to conflict with the RequestInfo TS utility type
// note: declare as "newable" const due to conflict with the RequestInfo TS node type
}
/**