import { GatewayModelEnum } from'./GatewayModelEnum';
/** Input to update a gateway */
export interfaceUpdateGateway {
/** Model of the gateway */
model: GatewayModelEnum;
/** Name of the gateway */
name: string;
}
//# sourceMappingURL=UpdateGateway.d.ts.map