Skip to content

Instantly share code, notes, and snippets.

@tlaitinen
Last active August 1, 2018 11:42
Show Gist options
  • Save tlaitinen/f4efd72a32550c31c8758f9af294ed72 to your computer and use it in GitHub Desktop.
Save tlaitinen/f4efd72a32550c31c8758f9af294ed72 to your computer and use it in GitHub Desktop.
import {createStandardAction} from 'typesafe-actions';
import {Request} from '../../backend/db/requests-api-types';
export const request = createStandardAction('REQUESTS_NEW')<Request>();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment