Files
standardnotes-app-web/packages/services/src/Domain/Internal/InternalEventPublishStrategy.ts
2022-07-05 20:58:24 +02:00

5 lines
89 B
TypeScript

export enum InternalEventPublishStrategy {
ASYNC = 'ASYNC',
SEQUENCE = 'SEQUENCE',
}