UNPKG

gatsby-source-roamresearch

Version:

Source plugin for pulling data into Gatsby from Roam Research

8 lines (7 loc) 276 B
import { SourceNodesArgs } from "gatsby"; export declare const sourceNodes: ({ actions, createNodeId, createContentDigest, reporter, getNode, }: SourceNodesArgs, options: { url: string; email: string; password: string; headless?: boolean; }) => Promise<void>;