UNPKG

@arteneo/forge

Version:
6 lines (5 loc) 288 B
import ExportQueryFieldTranslatedInterface from "../../../components/Table/definitions/ExportQueryFieldTranslatedInterface"; interface ExportQueryFieldInterface extends ExportQueryFieldTranslatedInterface { disableTranslateLabel?: boolean; } export default ExportQueryFieldInterface;