import type { MaybeArray, Link } from 'jest-allure2-reporter';

export type AmbiguousLinkValue = MaybeArray<string | Partial<Link>>;
