Interface ResetStateAction

interface ResetStateAction {
    type: "RESET_STATE";
}

Properties

Properties

type: "RESET_STATE"