import type { FormControl } from '@angular/forms'; import type { Tool } from '../editor-tool-modal/editor-tool-modal.options'; export interface MarkerData { readonly title: string; readonly data?: string | Tool; } export type MarkerDataControl = FormControl | FormControl;