UNPKG

157 BTypeScriptView Raw
1import { BatchDelegateOptions } from './types';
2export declare function batchDelegateToSchema<TContext = any>(options: BatchDelegateOptions<TContext>): any;