UNPKG

261 BTypeScriptView Raw
1import { GraphqlClient } from '../libs';
2import { IGithubFileMonitor } from './types';
3export declare function fileMonitor(options: {
4 client: GraphqlClient;
5 owner: string;
6 repo: string;
7 path: string;
8 branch?: string;
9}): IGithubFileMonitor;