refactor: more TS code
This commit is contained in:
@@ -16,7 +16,7 @@ export interface State {
|
||||
type: string;
|
||||
}[];
|
||||
};
|
||||
selectMessages: { [key: string]: any };
|
||||
selectMessages: { [key: string]: number[] };
|
||||
draftMarkdown: { [key: string]: any };
|
||||
draftMixedText: { [key: string]: any };
|
||||
rememberedNavs: {
|
||||
|
||||
Reference in New Issue
Block a user