You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-25 05:23:13 +03:00
Hotfix types export point
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
@@ -43,11 +43,6 @@ export interface RoomJoinRulesEventContent {
|
|||||||
}[];
|
}[];
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* @deprecated in favour of RoomJoinRulesEventContent
|
|
||||||
*/
|
|
||||||
export type IJoinRuleEventContent = RoomJoinRulesEventContent;
|
|
||||||
|
|
||||||
export interface RoomMemberEventContent {
|
export interface RoomMemberEventContent {
|
||||||
avatar_url?: string;
|
avatar_url?: string;
|
||||||
displayname?: string;
|
displayname?: string;
|
||||||
|
|||||||
@@ -105,6 +105,10 @@ export { IdentityProviderBrand, SSOAction } from "./@types/auth";
|
|||||||
export type { ISSOFlow as SSOFlow, LoginFlow } from "./@types/auth";
|
export type { ISSOFlow as SSOFlow, LoginFlow } from "./@types/auth";
|
||||||
export type { IHierarchyRelation as HierarchyRelation, IHierarchyRoom as HierarchyRoom } from "./@types/spaces";
|
export type { IHierarchyRelation as HierarchyRelation, IHierarchyRoom as HierarchyRoom } from "./@types/spaces";
|
||||||
export { LocationAssetType } from "./@types/location";
|
export { LocationAssetType } from "./@types/location";
|
||||||
|
/**
|
||||||
|
* @deprecated in favour of RoomJoinRulesEventContent on the types export
|
||||||
|
*/
|
||||||
|
export type { RoomJoinRulesEventContent as IJoinRuleEventContent } from "./@types/state_events";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Types supporting cryptography.
|
* Types supporting cryptography.
|
||||||
|
|||||||
Reference in New Issue
Block a user