Skip to content

Instantly share code, notes, and snippets.

@mechmillan
Last active May 3, 2021 20:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mechmillan/e095748d05dc174d083330479dfeb957 to your computer and use it in GitHub Desktop.
Save mechmillan/e095748d05dc174d083330479dfeb957 to your computer and use it in GitHub Desktop.
interface ScanResult {
is_spam: boolean;
message: string;
results: {
classification: Object;
phishing: Array;
executables: Array;
arbitrary: Array;
};
links: Array;
tokens: Array;
mail: Object;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment