| 1234567891011 |
- /**
- * The format that will be used to join an array of values together for a query parameter value.
- */
- export declare enum QueryCollectionFormat {
- Csv = ",",
- Ssv = " ",
- Tsv = "\t",
- Pipes = "|",
- Multi = "Multi"
- }
- //# sourceMappingURL=queryCollectionFormat.d.ts.map
|