Interface IsErroredAction

interface IsErroredAction {
    isErrored: boolean;
    type: "IS_ERRORED";
}

Properties

Properties

isErrored: boolean
type: "IS_ERRORED"