teableio/teable

View on GitHub
packages/core/src/models/notification/notification.enum.ts

Summary

Maintainability
A
0 mins
Test Coverage
export enum NotificationTypeEnum {
  System = 'system',
  CollaboratorCellTag = 'collaboratorCellTag',
  CollaboratorMultiRowTag = 'collaboratorMultiRowTag',
  Comment = 'comment',
}

export enum NotificationStatesEnum {
  Unread = 'unread',
  Read = 'read',
}