UNPKG

gatsby-source-roamresearch

Version:

Source plugin for pulling data into Gatsby from Roam Research

3 lines (2 loc) 176 B
import { CreateSchemaCustomizationArgs } from "gatsby"; export declare const createSchemaCustomization: ({ actions, schema, getNode, }: CreateSchemaCustomizationArgs) => void;