interface FullAction {
    data?: Object;
    error?: String | RequestError;
    type: any;
    url?: String;
}

Hierarchy

  • Action
    • FullAction

Properties

Properties

data?: Object
error?: String | RequestError
type: any
url?: String