export const createReloadSettings = (reloadSettings: () => Promise) => async () => await reloadSettings();