We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f1ed882 + 78b6fed commit 20a47f3Copy full SHA for 20a47f3
1 file changed
packages/spec/src/system/incident-response.zod.ts
@@ -365,4 +365,3 @@ export type IncidentCategory = z.infer<typeof IncidentCategorySchema>;
365
export type IncidentStatus = z.infer<typeof IncidentStatusSchema>;
366
export type Incident = z.infer<typeof IncidentSchema>;
367
export type IncidentResponsePolicy = z.infer<typeof IncidentResponsePolicySchema>;
368
-export type IncidentNotificationMatrix = z.infer<typeof IncidentNotificationMatrixSchema>;
0 commit comments