import { SideMenuInjectionData } from '../../../models/side-menu-injection-data'; export interface OptionSelectorInjectionData extends SideMenuInjectionData { /** * The title that is displayed above the selection and passed trough a translate pipe */ title: string; /** * Options that can be chosen from */ options: Array