You've already forked matrix-js-sdk
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user