mirror of
https://github.com/logos-co/roadmap.git
synced 2025-01-26 07:59:23 +00:00
6 lines
168 B
TypeScript
6 lines
168 B
TypeScript
import { Node } from 'hast'
|
|
import { Data, VFile } from 'vfile/lib'
|
|
|
|
export type QuartzPluginData = Data
|
|
export type ProcessedContent = [Node<QuartzPluginData>, VFile]
|