github-pages-deploy-action/node_modules/graphql-config/lib/errors.d.ts
2020-03-06 22:45:40 -05:00

5 lines
170 B
TypeScript

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