KeysOfType<config, type1>;
type Type1Key = KeysOfType<config, type1>;
const [configCopy, setConfigCopy] = createStore<Config>(structuredClone(unwrap(props.device.config)));