You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailchat/client/shared/model/__all__.ts

10 lines
322 B
TypeScript

export * as common from './common';
export * as config from './config';
export * as converse from './converse';
export * as friend from './friend';
export * as group from './group';
export * as message from './message';
export * as plugin from './plugin';
export * as user from './user';
export * as inbox from './inbox';