export type CollectionFormatWithMultiObject = 'csv' | 'ssv' | 'tsv' | 'pipes' | 'multi'
