feat: add services package
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
export enum InternalEventPublishStrategy {
|
||||
ASYNC = 'ASYNC',
|
||||
SEQUENCE = 'SEQUENCE',
|
||||
}
|
||||
Reference in New Issue
Block a user