import { AlternativeTagOption } from './AlternativeTagOption'; export interface CommentToMdOption { alternatives?: AlternativeTagOption[]; }