Preview:```ts
type Entity = {
[key: string]: unknown
}
type ParticipantTag = {
uuid: string
name: string
colour: string | null
priority: string
}
type Relation<T> = T
type Participant = {
id: string
firstName: string
middleName: string
lastName: stri
...```
You can choose specific lines to embed by selecting them before copying the link.