Preview:```ts
export type UrlMatcher = {
url: string | RegExp
}
export type SimpleUrlMatcher = unknown
/// I want this type: { url: string; }```
You can choose specific lines to embed by selecting them before copying the link.