UNPKG

334 BTypeScriptView Raw
1import { GatsbyContext, GatsbyNode } from '../types/gatsby';
2import { ProcessingOptions } from './normalize';
3import { MutationEvent } from '@sanity/client';
4export declare function handleListenerEvent(event: MutationEvent, publishedNodes: Map<string, GatsbyNode>, context: GatsbyContext, processingOptions: ProcessingOptions): void;