UNPKG

@arteneo/forge

Version:
9 lines (8 loc) 237 B
import DenyInterface from "../../../components/Table/definitions/DenyInterface"; interface ResultInterface { id: number; representation: string; deny?: DenyInterface; [key: string]: any; } export default ResultInterface;