Могу ли я создать файл с сообщениями об ошибках, где можно передать какие-то параметры?
//error-messages.ts
export const errorMessage = {
ER0001: `Error on include user {0}`,
ER0002: `The file was not processed ,<a href="\${0}"\> download here the log problems</a>, `,
};
// {0} argument passed by another file