UNPKG

@arteneo/forge

Version:
8 lines (7 loc) 320 B
import BatchSelectedType from "../../../components/Table/definitions/BatchSelectedType"; import QuerySortingInterface from "../../../components/Table/definitions/QuerySortingInterface"; interface BatchQueryInterface { sorting: QuerySortingInterface; ids: BatchSelectedType; } export default BatchQueryInterface;