chore(mobx): add legacy redux migations

This commit is contained in:
Paul
2021-12-21 12:31:14 +00:00
parent 961ba0dedb
commit b80e02cfaf
10 changed files with 99 additions and 16 deletions

View File

@@ -34,7 +34,7 @@ export const DEFAULT_STATES: {
*/
export const DEFAULT_SERVER_STATE: NotificationState = "mention";
interface Data {
export interface Data {
server?: Record<string, NotificationState>;
channel?: Record<string, NotificationState>;
}