import { SettingsRoutes } from './interfaces' const routes: SettingsRoutes = { resolution: '/api/v1/settings/resolution/' } export { routes }