This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
admin-panel/graphql-types/node_modules/@graphql-codegen/cli/codegen.d.ts

4 lines
207 B
TypeScript

import { Types } from '@graphql-codegen/plugin-helpers';
import { CodegenContext } from './config';
export declare function executeCodegen(input: CodegenContext | Types.Config): Promise<Types.FileOutput[]>;