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?โ
readonlyoptionalexportedAt:string
Defined in: shared/validation/importExportSchemas.ts:53
settings?โ
readonlyoptionalsettings:Record<string,string>
Defined in: shared/validation/importExportSchemas.ts:54
sitesโ
readonlysites:ImportSite[]
Defined in: shared/validation/importExportSchemas.ts:55
version?โ
readonlyoptionalversion:string
Defined in: shared/validation/importExportSchemas.ts:56