declare type WFItemType = (0 | 1 | 2 | 3 | 4);
export default WFItemType;
