mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Add 'paramNames' to 'Object' in 'donna'.
This commit is contained in:
Vendored
+1
@@ -25,6 +25,7 @@ declare module DonnaTypes {
|
||||
type: string;
|
||||
name: string;
|
||||
bindingType: string;
|
||||
paramNames?: string[];
|
||||
classProperties?: any[];
|
||||
prototypeProperties?: number[][];
|
||||
doc?: string;
|
||||
|
||||
Reference in New Issue
Block a user