routines.ts 216 Bytes
import { createThunkRoutine } from 'redux-thunk-routine';

export const fetchThreadContents = createThunkRoutine('FETCH_THREAD_CONTENTS');

export const postThreadContent = createThunkRoutine('POST_THREAD_CONTENT');