antv-l7/node_modules/graphql-config/lib/errors.d.ts

5 lines
170 B
TypeScript

declare const ConfigNotFoundError_base: ErrorConstructor;
export declare class ConfigNotFoundError extends ConfigNotFoundError_base {
constructor(message: string);
}