import type { MountTarget } from './MountTarget'; export type MountParams = { location: string; target: MountTarget; };