import { ChaincodeNodeDef } from '../chaincode-config-node.def';

export interface FabricCCSubmitDef extends ChaincodeNodeDef {
}
