github-pages-deploy-action/node_modules/graphql-config/lib/errors.d.ts

5 lines
170 B
TypeScript
Raw Normal View History

2020-03-07 11:45:40 +08:00
declare const ConfigNotFoundError_base: ErrorConstructor;
export declare class ConfigNotFoundError extends ConfigNotFoundError_base {
constructor(message: string);
}