import { GatewayModelEnum } from './GatewayModelEnum';
/** Parameters to create a gateway from another resource creation */
export interface CreateGatewaySummary {
    /** Model of the gateway */
    model: GatewayModelEnum;
    /** Gateway name */
    name: string;
}
//# sourceMappingURL=CreateGatewaySummary.d.ts.map