This commit is contained in:
2026-04-07 14:50:23 +09:00
commit b4e485502b
4778 changed files with 2017091 additions and 0 deletions

20
safekiso-server/node_modules/snyk/dist/lib/theme.d.ts generated vendored Normal file
View File

@@ -0,0 +1,20 @@
export declare const icon: {
RUN: string;
VALID: string;
ISSUE: string;
WARNING: string;
INFO: string;
};
export declare const color: {
status: {
error: (text: string) => string;
warn: (text: string) => string;
success: (text: string) => string;
};
severity: {
critical: (text: string) => string;
high: (text: string) => string;
medium: (text: string) => string;
low: (text: string) => string;
};
};