Modify font-regex and declare json type
This commit is contained in:
parent
3efa699b88
commit
5dbc103486
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ import { EventType } from "matrix-js-sdk/src/@types/event";
|
|||
|
||||
export default class JSONExporter extends Exporter {
|
||||
protected totalSize = 0;
|
||||
protected messages: any[] = [];
|
||||
protected messages: Record<string, any>[] = [];
|
||||
|
||||
constructor(
|
||||
room: Room,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue