* adding nav hooks * added save button * capturing value from OptionItem * notification - saving in progress * tested API * corrections after review * Update en.json * Update notification_push.tsx * ts fixes * minor improvement Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
4 lines
220 B
TypeScript
4 lines
220 B
TypeScript
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
|
|
// See LICENSE.txt for license information.
|
|
|
|
type PushStatus = 'away' | 'online' | 'offline' | 'none' | 'mention' | 'all' | 'ooo' | 'dnd' | 'default' ;
|