desktopmerge
filip mertens 1 year ago
parent e00a5edcb0
commit fc0a02ad0b
  1. 3
      libs/remix-ui/workspace/src/lib/types/index.ts

@ -294,7 +294,8 @@ export interface ActionPayloadTypes {
username: string;
token: string;
email: string
}
},
SET_ELECTRON_RECENT_FOLDERS: string[]
}
export interface Action<T extends keyof ActionPayloadTypes> {

Loading…
Cancel
Save