зеркало из https://github.com/Azure/ms-rest-js.git
Make QueryCollectionFormat non-const
This commit is contained in:
Родитель
23e3526594
Коммит
0936bc2172
|
@ -4,7 +4,7 @@
|
|||
/**
|
||||
* The format that will be used to join an array of values together for a query parameter value.
|
||||
*/
|
||||
export const enum QueryCollectionFormat {
|
||||
export enum QueryCollectionFormat {
|
||||
Csv = ",",
|
||||
Ssv = " ",
|
||||
Tsv = "\t",
|
||||
|
|
Загрузка…
Ссылка в новой задаче