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