mattermost-mobile/app/constants/deep_linking.ts
2020-11-17 14:20:58 -03:00

8 lines
205 B
TypeScript

// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See LICENSE.txt for license information.
export default {
CHANNEL: 'channel',
PERMALINK: 'permalink',
OTHER: 'other',
};