Props for the ImportExportSettings component

interface ImportExportSettingsProps {
    currentSettings: SettingsSchema;
    onImport: (settings: SettingsSchema) => void;
}

Properties

currentSettings: SettingsSchema

Current application settings object to export

onImport: (settings: SettingsSchema) => void

Callback triggered when settings are successfully imported