import { NextAction } from "./OnSuccess";
/**
 * The on passthrough configuration
 */
export interface OnPassthrough {
    /**
     * The action to take on passthrough
     */
    action?: NextAction;
}
