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