diff --git a/services/web/types/admin-capabilities.ts b/services/web/types/admin-capabilities.ts index 0c98d7df04..efe93f66fe 100644 --- a/services/web/types/admin-capabilities.ts +++ b/services/web/types/admin-capabilities.ts @@ -1,4 +1,7 @@ -export type AdminCapability = 'modify-user-email' | 'view-project' +export type AdminCapability = + | 'clear-saml-data' + | 'modify-user-email' + | 'view-project' export type AdminRole = | 'engagement'