feat: api called made to server

This commit is contained in:
Avinash Lingaloo
2023-01-27 19:18:09 +04:00
parent b2cbe8b570
commit 1b5b1b4591
3 changed files with 22 additions and 21 deletions

View File

@@ -13,9 +13,10 @@ type NotificationLevel = 'default' | 'all' | 'mention' | 'none';
type ChannelNotifyProps = {
desktop: NotificationLevel;
email: NotificationLevel;
ignore_channel_mentions: 'default' | 'off' | 'on';
mark_unread: 'all' | 'mention';
push: NotificationLevel;
ignore_channel_mentions: 'default' | 'off' | 'on';
push_threads: 'all' | 'mention';
};
type Channel = {
id: string;