Files
bruno/packages/bruno-filestore/src/constants.ts
naman-bruno 8c997c46af make yml default option (#6985)
* make yml default option
2026-02-02 19:45:45 +05:30

4 lines
116 B
TypeScript

import type { CollectionFormat } from './types';
export const DEFAULT_COLLECTION_FORMAT: CollectionFormat = 'yml';