3 lines
85 B
TypeScript
3 lines
85 B
TypeScript
/** the backend error code key */
|
|
export const BACKEND_ERROR_CODE = 'BACKEND_ERROR';
|