QueryCollectionFormat type

The format that will be used to join an array of values together for a query parameter value.

type QueryCollectionFormat = "CSV" | "SSV" | "TSV" | "Pipes" | "Multi"