augurymetal.com/types/Toc.ts
2022-05-21 17:27:30 -07:00

5 lines
70 B
TypeScript

export type Toc = {
value: string
depth: number
url: string
}[]