userIdentity.tsx 301 B

1234567891011121314
  1. import {Identity} from 'sentry/views/settings/account/notifications/types';
  2. export function UserIdentity(): Identity {
  3. return {
  4. id: '52',
  5. identityProvider: {
  6. id: '4',
  7. type: 'slack',
  8. externalId: 'TA99AB9CD',
  9. },
  10. externalId: 'UA1J9RTE1',
  11. status: 'active',
  12. };
  13. }