API/api.medcify.app/node_modules/snyk/dist/lib/errors/invalid-detection-depth-value.d.ts

5 lines
137 B
TypeScript
Raw Normal View History

2022-09-26 06:11:44 +00:00
import { CustomError } from './custom-error';
export declare class InvalidDetectionDepthValue extends CustomError {
constructor();
}