Jacky Zhao
2023-05-31 21c007e2fcf73fe4ef04dd07db7116afed46047a
1
2
3
4
5
import { Node } from 'hast'
import { Data, VFile } from 'vfile/lib'
 
export type QuartzPluginData = Data
export type ProcessedContent = [Node<QuartzPluginData>, VFile]