3 lines
137 B
TypeScript
3 lines
137 B
TypeScript
|
|
export const API_PATH_START_WITH_SLASH_ERROR = "Path cannot start with /";
|
||
|
|
export const FIELD_REQUIRED_ERROR = "This field is required";
|