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

5 lines
170 B
TypeScript
Raw Normal View History

2019-11-21 12:04:58 +08:00
declare const ConfigNotFoundError_base: ErrorConstructor;
export declare class ConfigNotFoundError extends ConfigNotFoundError_base {
constructor(message: string);
}