10 строки
414 B
TypeScript
10 строки
414 B
TypeScript
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
|
|
// See LICENSE.txt for license information.
|
|
|
|
export {Client, makeClient} from './client';
|
|
export {createRandomChannel} from './channel';
|
|
export {getOnPremServerConfig} from './default_config';
|
|
export {initSetup, getAdminClient} from './init';
|
|
export {createRandomTeam} from './team';
|
|
export {createRandomUser, getDefaultAdminUser} from './user';
|