NET-Web-API-w-Angular/my-app/node_modules/@sigstore/bundle/dist/error.d.ts

4 lines
129 B
TypeScript
Executable file

export declare class ValidationError extends Error {
fields: string[];
constructor(message: string, fields: string[]);
}