mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-06-04 03:56:56 +00:00
3 lines
277 B
TypeScript
3 lines
277 B
TypeScript
export const notificationTypes = ['follow', 'mention', 'reply', 'renote', 'quote', 'reaction', 'pollVote', 'receiveFollowRequest', 'followRequestAccepted', 'groupInvited', 'app'] as const;
|
|
|
|
export const noteVisibilities = ['public', 'home', 'followers', 'specified'] as const;
|