Files
2023-03-28 18:10:00 +02:00

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';