X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/6ff11e5f5dba8e02a176bbe9455ba916e8990028..e4bb589377e9be89787f1b3cc15a0cd2f17a6f7a:/src/store/dialog/dialog-reducer.ts diff --git a/src/store/dialog/dialog-reducer.ts b/src/store/dialog/dialog-reducer.ts index 1675db4d..48f8ee8a 100644 --- a/src/store/dialog/dialog-reducer.ts +++ b/src/store/dialog/dialog-reducer.ts @@ -4,9 +4,9 @@ import { DialogAction, dialogActions } from "./dialog-actions"; -export type DialogState = Record; +export type DialogState = Record>; -export interface Dialog { +export interface Dialog { open: boolean; data: T; }