UNPKG

@arteneo/forge

Version:
9 lines (8 loc) 319 B
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;