9 lines
235 B
TypeScript
9 lines
235 B
TypeScript
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
|
|
// See LICENSE.txt for license information.
|
|
|
|
export default {
|
|
ALWAYS_ON: 'always_on',
|
|
DEFAULT_ON: 'default_on',
|
|
DISABLED: 'disabled',
|
|
TRUE: 'true',
|
|
};
|