import DenyInterface from "../../../components/Table/definitions/DenyInterface";
import DenyBehaviorType from "../../../components/Table/definitions/DenyBehaviorType";
interface DenyPropInterface {
    deny?: DenyInterface;
    denyKey?: string;
    denyBehavior?: DenyBehaviorType;
}
export default DenyPropInterface;
