MCPcopy Create free account
hub / github.com/experdot/pointer / ExportOptions

Interface ExportOptions

src/renderer/src/features/export/types.ts:89–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89export interface ExportOptions {
90 format: FormatType
91 metadata: MessageMetadataOptions
92}
93
94export const DEFAULT_EXPORT_OPTIONS: ExportOptions = {
95 format: 'markdown',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected