diff --git a/src/@types/global.d.ts b/src/@types/global.d.ts index bf1b9cd4..fb259637 100644 --- a/src/@types/global.d.ts +++ b/src/@types/global.d.ts @@ -7,6 +7,7 @@ Please see LICENSE in the repository root for full details. import "matrix-js-sdk/src/@types/global"; import { type setLogLevel as setLKLogLevel } from "livekit-client"; + import type { DurationFormat as PolyfillDurationFormat } from "@formatjs/intl-durationformat"; import { type Controls } from "../controls";