ducks.user.Actions.d.ts Maven / Gradle / Ivy
The newest version!
import { Action } from '../Action'
export type UserLoginPayload = {
payload: object
}
export type UserLogin = Action
import { Action } from '../Action'
export type UserLoginPayload = {
payload: object
}
export type UserLogin = Action