feat: Add severity media filter (#2323)

This commit is contained in:
Dermot Duffy
2026-01-24 21:25:10 -08:00
committed by GitHub
parent f4e905a7fb
commit c03ddd9a13
22 changed files with 404 additions and 69 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { z } from 'zod';
import { SEVERITIES } from '../../../types';
import { SEVERITIES } from '../../../severity';
export const severitySchema = z.enum(SEVERITIES);