export interface ThreadFeedResponse { results: ThreatResult[]; nextPage: string; } export type ThreatResult = { createdAt: string; description: string; id: number; locationHtmlUrl: string; packageHtmlUrl: string; purl: string; removedAt: string | null; threatType: string; }; //# sourceMappingURL=types.d.mts.map