UNPKG

@mbc-cqrs-serverless/core

Version:
8 lines (7 loc) 216 B
/** * Marker on command records for how the command was applied. * {@link CommandSyncMode.SYNC} means synchronous publish (no Step Functions pipeline). */ export declare enum CommandSyncMode { SYNC = "SYNC" }