export type CollectionFormatObject = 'csv' | 'ssv' | 'tsv' | 'pipes'
