Preview:```ts
export interface ConfigMoment<V extends Version> {
title: string
variables: TwineVariables<V>
pull?: number
}
export interface ConfigState<T extends Version> {
history: ConfigMoment<T>[]
index: number
expired?: string[]
seed?: string
}
...```
You can choose specific lines to embed by selecting them before copying the link.