UNPKG

200 BTypeScriptView Raw
1import { FileOutput, Types } from 'graphql-codegen-plugin-helpers';
2export declare const createWatcher: (config: Types.Config, onNext: (result: FileOutput[]) => Promise<FileOutput[]>) => Promise<{}>;