import { Settings } from "../settings/Settings"; export type DefaultPageProps = { settings: Settings; matches?: { [key: string]: string }; };