setup-bun/node_modules/@azure/ms-rest-js/es/lib/queryCollectionFormat.d.ts
2022-07-12 09:00:22 +02:00

11 lines
285 B
TypeScript

/**
* 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