1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-26 17:03:12 +03:00

Type the rest of algorithms because tests are unhappy otherwise

This commit is contained in:
Michael Telatynski
2021-06-25 10:18:46 +01:00
parent 48ad9ba3d7
commit 835aafcb17
9 changed files with 2225 additions and 2202 deletions

View File

@@ -131,7 +131,7 @@ interface IDecryptionResult {
}
/* eslint-enable camelcase */
interface IClearEvent {
export interface IClearEvent {
type: string;
content: Omit<IContent, "membership" | "avatar_url" | "displayname" | "m.relates_to">;
unsigned?: IUnsigned;