capabilities.ts 236 B

1234567891011
  1. export type Capability =
  2. | 'add-secondary-email'
  3. | 'change-password'
  4. | 'chat'
  5. | 'delete-own-account'
  6. | 'dropbox'
  7. | 'endorse-email'
  8. | 'join-subscription'
  9. | 'leave-group-subscription'
  10. | 'start-subscription'
  11. | 'use-ai'