Files
Desktop/ts/types/notifications.std.ts
Fedor Indutny 44076ece79 Rename files
2025-10-16 23:45:44 -07:00

11 lines
273 B
TypeScript

// Copyright 2025 Signal Messenger, LLC
// SPDX-License-Identifier: AGPL-3.0-only
export enum NotificationType {
IncomingCall = 'IncomingCall',
IncomingGroupCall = 'IncomingGroupCall',
IsPresenting = 'IsPresenting',
Message = 'Message',
Reaction = 'Reaction',
}