Interface: ExportData
Defined in: shared/validation/importExportSchemas.ts:139
Schema for JSON exports.
Propertiesโ
exportedAtโ
readonly exportedAt: string;
Defined in: shared/validation/importExportSchemas.ts:140
settings?โ
readonly optional settings?: Record<string, string>;
Defined in: shared/validation/importExportSchemas.ts:141
sitesโ
readonly sites: Site[];
Defined in: shared/validation/importExportSchemas.ts:142
versionโ
readonly version: "1.0";
Defined in: shared/validation/importExportSchemas.ts:143