Squash merge feature/wormholes into master
This commit is contained in:
@@ -7,21 +7,7 @@ import { Button } from "@/components/ui/button";
|
||||
import { RefreshCw, AlertCircle, Radar } from "lucide-react";
|
||||
import { SignatureListItem } from "@/components/SignatureListItem";
|
||||
import { toast } from "@/hooks/use-toast";
|
||||
|
||||
export interface Signature {
|
||||
collectionId?: string;
|
||||
collectionName?: string;
|
||||
id?: string;
|
||||
identifier: string;
|
||||
signame: string;
|
||||
sysid: string;
|
||||
system: string;
|
||||
type: string;
|
||||
updated?: string;
|
||||
created?: string;
|
||||
dangerous?: boolean;
|
||||
scanned?: string;
|
||||
}
|
||||
import { Signature } from "@/lib/types";
|
||||
|
||||
interface ApiResponse {
|
||||
items: Signature[];
|
||||
|
||||
Reference in New Issue
Block a user