Interface: ImportData
Defined in: shared/validation/importExportSchemas.ts:112
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:113
settings?โ
readonly optional settings?: Record<string, string>;
Defined in: shared/validation/importExportSchemas.ts:114
sitesโ
readonly sites: ImportSite[];
Defined in: shared/validation/importExportSchemas.ts:115
version?โ
readonly optional version?: "1.0";
Defined in: shared/validation/importExportSchemas.ts:116