mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-08 22:45:25 +00:00
4 lines
116 B
TypeScript
4 lines
116 B
TypeScript
import type { CollectionFormat } from './types';
|
|
|
|
export const DEFAULT_COLLECTION_FORMAT: CollectionFormat = 'yml';
|