UNPKG

my-test123

Version:
4 lines (3 loc) 173 B
import { WorkItemTypeUI } from './../models/work-item-type'; export declare type WorkItemTypeState = WorkItemTypeUI[]; export declare const initialState: WorkItemTypeState;