import type { AutoCompleteOptionDto } from "./AutoCompleteOptionDto.js"; export type AutoCompleteOption = AutoCompleteOptionDto | string;