fix(matrix): resolve multiple matrix-js-sdk entrypoints error

This commit is contained in:
masatohoshino
2026-04-04 12:10:08 +00:00
committed by Gustavo Madeira Santana
parent c206702add
commit 853bfe3e84

View File

@@ -1,4 +1,4 @@
import type { MatrixEvent } from "matrix-js-sdk";
import type { MatrixEvent } from "matrix-js-sdk/lib/matrix.js";
import type { MatrixRawEvent } from "./types.js";
export type MatrixEventContentMode = "current" | "original";