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

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

import { Action } from '../Action'

export type UserLoginPayload = {
    payload: object
}

export type UserLogin = Action




© 2015 - 2025 Weber Informatics LLC | Privacy Policy