Updated the files.
This commit is contained in:
parent
1553e6b971
commit
753967d4f5
23418 changed files with 3784666 additions and 0 deletions
11
my-app/node_modules/@sigstore/tuf/dist/error.d.ts
generated
vendored
Executable file
11
my-app/node_modules/@sigstore/tuf/dist/error.d.ts
generated
vendored
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
type TUFErrorCode = 'TUF_INIT_CACHE_ERROR' | 'TUF_FIND_TARGET_ERROR' | 'TUF_REFRESH_METADATA_ERROR' | 'TUF_DOWNLOAD_TARGET_ERROR' | 'TUF_READ_TARGET_ERROR';
|
||||
export declare class TUFError extends Error {
|
||||
code: TUFErrorCode;
|
||||
cause: any | undefined;
|
||||
constructor({ code, message, cause, }: {
|
||||
code: TUFErrorCode;
|
||||
message: string;
|
||||
cause?: any;
|
||||
});
|
||||
}
|
||||
export {};
|
||||
Loading…
Add table
Add a link
Reference in a new issue