4 lines
153 B
TypeScript
4 lines
153 B
TypeScript
export const DEFAULT_ERROR_MESSAGE = "There was an error";
|
|
export const DEFAULT_ACTION_ERROR = (action: string) =>
|
|
`Incurred an error when ${action}`;
|