houdini/lib/swagger-typescript-jquery/variables.mustache

7 lines
105 B
Text
Raw Normal View History

export const COLLECTION_FORMATS = {
'csv': ',',
'tsv': ' ',
'ssv': ' ',
'pipes': '|'
}