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