Display the list of spaces
This commit is contained in:
5
matrixgw_frontend/src/api/matrix/MatrixApiEvent.ts
Normal file
5
matrixgw_frontend/src/api/matrix/MatrixApiEvent.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export interface MatrixEvent {
|
||||
id: string;
|
||||
time: number;
|
||||
sender: string;
|
||||
}
|
||||
Reference in New Issue
Block a user