I have some React code running in TypeScript with Redux Thunk.
action:
export interface IAddTodoAction { text: string type: ADD_TODO } export type