API/api.medcify.app/node_modules/snyk/dist/lib/errors/invalid-detection-depth-value.d.ts
2022-09-26 11:41:44 +05:30

5 lines
137 B
TypeScript

import { CustomError } from './custom-error';
export declare class InvalidDetectionDepthValue extends CustomError {
constructor();
}