mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-09-18 17:46:38 +08:00
* feat(packages): add @sa/alova * typo(packages): add types & update code * feat: add subpackage @sa/alova --------- Co-authored-by: allenli178 <allenli178@qq.com> Co-authored-by: 子殊 <yuyan@zishudeMac-mini.local>
3 lines
85 B
TypeScript
3 lines
85 B
TypeScript
/** the backend error code key */
|
|
export const BACKEND_ERROR_CODE = 'BACKEND_ERROR';
|