declare enum SqlErrorEnum { TOO_MANY_CONNECTIONS = "Too many connections" } export default SqlErrorEnum;