UNPKG
@arturwojnar/hermes-postgresql
Version:
latest (1.0.0-alpha.12)
1.0.0-alpha.12
1.0.0-alpha.11
1.0.0-alpha.10
1.0.0-alpha.9
1.0.0-alpha.8
Production-Ready TypeScript Outbox Pattern for PostgreSQL
docs.hermesjs.tech
arturwojnar/hermes
@arturwojnar/hermes-postgresql
/
lib
/
types.js
9 lines
•
273 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
var
MessageType
; (
function
(
MessageType
) {
MessageType
[
"Begin"
] =
"B"
;
MessageType
[
"Insert"
] =
"I"
;
MessageType
[
"Commit"
] =
"C"
;
MessageType
[
"Other"
] =
"Other"
; })(
MessageType
|| (
MessageType
= {}));
export
{
MessageType
};
//# sourceMappingURL=types.js.map