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
import { Action } from '../Action'
export type UserLoginPayload = {
payload: object
}
export type UserLogin = Action