import type { Language } from "../i18n/language"; export interface MayHaveLanguageType { l?: Language; }