Files
SAFEKISO/safekiso-server/node_modules/snyk/dist/lib/errors/invalid-detection-depth-value.d.ts
2026-04-07 14:50:23 +09:00

5 lines
137 B
TypeScript

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