export enum IExecutionMode { SYNC = 'sync', ASYNC = 'async', }