// @flow export type Action = | { type: 'QUX' } | { type: 'BAR' } ; export const LIFE = 0;