Skip to content

Commit 78b6fed

Browse files
Copilothotlong
andcommitted
fix: remove duplicate IncidentNotificationMatrix type export causing TS2300 error
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 1134f63 commit 78b6fed

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/spec/src/system/incident-response.zod.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,4 +365,3 @@ export type IncidentCategory = z.infer<typeof IncidentCategorySchema>;
365365
export type IncidentStatus = z.infer<typeof IncidentStatusSchema>;
366366
export type Incident = z.infer<typeof IncidentSchema>;
367367
export type IncidentResponsePolicy = z.infer<typeof IncidentResponsePolicySchema>;
368-
export type IncidentNotificationMatrix = z.infer<typeof IncidentNotificationMatrixSchema>;

0 commit comments

Comments
 (0)