Zhi Chen 3de2e9c7dd
chore(user-data-sync): optimize wordings by updating prompt (#5244)
* chore: update prompt

* feat: support sync main dept

* chore: adjust the display format of sync error messages

* chore: optimize error handling

* chore:  error message translation

* chore:  error handing

---------

Co-authored-by: xilesun <2013xile@gmail.com>
2024-09-13 22:46:24 +08:00

14 lines
476 B
TypeScript

/**
* This file is part of the NocoBase (R) project.
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
* Authors: NocoBase Team.
*
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
* For more information, please refer to: https://www.nocobase.com/agreement.
*/
export { SyncSource } from './sync-source';
export { ExternalAPIError, ErrorCodes } from './error';
export * from './user-data-resource-manager';
export { default } from './plugin';