| 87 | } |
| 88 | |
| 89 | export interface ExportOptions { |
| 90 | format: FormatType |
| 91 | metadata: MessageMetadataOptions |
| 92 | } |
| 93 | |
| 94 | export const DEFAULT_EXPORT_OPTIONS: ExportOptions = { |
| 95 | format: 'markdown', |
nothing calls this directly
no outgoing calls
no test coverage detected