Interface GenericAction

interface GenericAction {
    payload: any;
    type: string;
}

Properties

Properties

payload: any
type: string