mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 06:50:19 +00:00
Changed IQueryParam to accept any
Parameterized queries can actually work with various types
This commit is contained in:
+1
-1
@@ -508,7 +508,7 @@ interface IQueryParam {
|
||||
/** Name to use in the query */
|
||||
name: string;
|
||||
/** Value of the parameter */
|
||||
value: string;
|
||||
value: any;
|
||||
}
|
||||
|
||||
/** List of error codes returned by database operations in the RequestCallback and FeedCallback. See the corresponding error message for more details. */
|
||||
|
||||
Reference in New Issue
Block a user