Skip to content

TMessageExecutionOptions object

TMessageExecutionOptions is an object which represents options for a command message execution:

type TMessageExecutionOptions = Partial<{
    rethrowError: boolean;
}>;