Drop js-sdk

This commit is contained in:
Half-Shot
2025-06-17 13:33:41 +01:00
parent 56d0c5656a
commit b38f0f2dd2
3 changed files with 0 additions and 16 deletions
@@ -4,10 +4,7 @@
```ts
import { EventStatus } from 'matrix-js-sdk';
import { IEventRelation } from 'matrix-js-sdk';
import { JSX } from 'react';
import { Membership } from 'matrix-js-sdk';
import { ModuleApi } from '@matrix-org/react-sdk-module-api';
import { Root } from 'react-dom/client';
import { RuntimeModule } from '@matrix-org/react-sdk-module-api';
@@ -146,22 +143,16 @@ export interface MatrixEvent {
// (undocumented)
eventId: string;
// (undocumented)
membership?: Membership;
// (undocumented)
originServerTs: number;
// (undocumented)
redacts?: string;
// (undocumented)
relation?: IEventRelation | null;
// (undocumented)
roomId?: string;
// (undocumented)
sender: string;
// (undocumented)
stateKey?: string;
// (undocumented)
status: EventStatus;
// (undocumented)
type: string;
// (undocumented)
unsigned: Record<string, unknown>;