mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
Changed IQueryParam to accept any
Parameterized queries can actually work with various types
This commit is contained in:
parent
05fae006b5
commit
88b290859e
2
documentdb-server/documentdb-server.d.ts
vendored
2
documentdb-server/documentdb-server.d.ts
vendored
@ -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. */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user