X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b863f7aaab7112a32c7f9b1e7a0299c4266df2f5..c16ef38920e9d011215a519bc58624a614717cd6:/src/store/project/project-action.ts diff --git a/src/store/project/project-action.ts b/src/store/project/project-action.ts index c88edb60df..2856de66a0 100644 --- a/src/store/project/project-action.ts +++ b/src/store/project/project-action.ts @@ -8,8 +8,9 @@ import { default as unionize, ofType, UnionOf } from "unionize"; const actions = unionize({ CREATE_PROJECT: ofType(), REMOVE_PROJECT: ofType(), - PROJECTS_REQUEST: {}, - PROJECTS_SUCCESS: ofType() + PROJECTS_REQUEST: ofType(), + PROJECTS_SUCCESS: ofType<{ projects: Project[], parentItemId?: string }>(), + TOGGLE_PROJECT_TREE_ITEM: ofType() }, { tag: 'type', value: 'payload'