UNPKG

@teambit/tester

Version:
4 lines (3 loc) 206 B
import type { GraphqlMain, Schema } from '@teambit/graphql'; import type { TesterMain } from './tester.main.runtime'; export declare function testerSchema(tester: TesterMain, graphql: GraphqlMain): Schema;