Skip to content

DiagnosticExportOptions

Defined in: packages/client/src/export-dump.ts:28

Options for SyncClient.exportDiagnostics.

optional fileName?: string

Defined in: packages/client/src/export-dump.ts:34

Override the generated artefact file name. When omitted, the name is <storeId>-<timestamp>-diagnostics.sql, where storeId is a filesystem-safe derivation of the store path (see deriveStoreId).