All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ducks.user.Actions.d.ts Maven / Gradle / Ivy

The newest version!
import { Action } from '../Action'

export type UserLoginPayload = {
    payload: object
}

export type UserLogin = Action




© 2015 - 2024 Weber Informatics LLC | Privacy Policy