Files
wechatpay-enterprise-web/node_modules/external-editor/main/errors/RemoveFileError.d.ts
jefferyzhao b9bdc8598b first commit
2025-07-31 17:44:12 +08:00

11 lines
203 B
TypeScript

/***
* Node External Editor
*
* Kevin Gravier <kevin@mrkmg.com>
* MIT 2018
*/
export declare class RemoveFileError extends Error {
originalError: Error;
constructor(originalError: Error);
}