openpaul
    Preparing search index...

    Type Alias CommandHandler

    CommandHandler: (
        input: CommandInput,
        context: CommandContext,
    ) => Promise<CommandResult>

    Command Handler - Function that handles a command

    Type Declaration