• Calling this redux#ActionCreator with Args will return an Action with a payload of type P and (depending on the PrepareAction method used) a meta- and error property of types M and E respectively.

    Parameters

    Returns {
        payload: UpdateIgnoreQueryTriggerPayload;
        type: "commerce/triggers/query/updateIgnore";
    }

Properties

Properties

match: (
    action: unknown,
) => action is {
    payload: UpdateIgnoreQueryTriggerPayload;
    type: "commerce/triggers/query/updateIgnore";
}
type: "commerce/triggers/query/updateIgnore"