UNPKG

@d-id/client-sdk

Version:
7 lines (5 loc) 168 B
import { BaseError } from './base-error'; export declare class ValidationError extends BaseError { key?: string; constructor(message: string, key?: string); }