import { service_option } from './open_choose_return_service_popup'; export const get_option_html = ( options: service_option[] ): string => { let option_html: string = ''; options.forEach( ( option: service_option ) => { option_html += `