Skip to main content

Interface: ImportData

Defined in: shared/validation/importExportSchemas.ts:52

Schema for JSON imports.

Remarksโ€‹

We accept optional metadata fields so we can evolve the format without breaking older exports.

Propertiesโ€‹

exportedAt?โ€‹

readonly optional exportedAt: string

Defined in: shared/validation/importExportSchemas.ts:53


settings?โ€‹

readonly optional settings: Record<string, string>

Defined in: shared/validation/importExportSchemas.ts:54


sitesโ€‹

readonly sites: ImportSite[]

Defined in: shared/validation/importExportSchemas.ts:55


version?โ€‹

readonly optional version: string

Defined in: shared/validation/importExportSchemas.ts:56