fix: latest pull

This commit is contained in:
simplysabir
2025-01-01 17:17:24 +05:30
parent 42b64f2264
commit 376eaadffe
8 changed files with 184 additions and 36 deletions

View File

@@ -153,3 +153,15 @@ export interface Action {
*/
handler: Handler;
}
export interface TokenCheck {
tokenProgram: string;
tokenType: string;
risks: Array<{
name: string;
level: string;
description: string;
score: number;
}>;
score: number;
}