import { ServiceNameEnum } from '../ServiceNameEnum';
/** Option of Offer */
export interface OfferServiceToKeep {
/** Type of the service */
service: string;
/** Type of the service to keep */type: ServiceNameEnum;
}
//# sourceMappingURL=OfferServiceToKeep.d.ts.map