@muspellheim/shared
    Preparing search index...

    Type Alias CommandStatus<S, F>

    CommandStatus: Success<S> | Failure<F>

    The status returned by a command handler.

    Type Parameters

    • S = unknown
    • F = string