ts-data-forge
    Preparing search index...

    Type Alias UnknownResult

    UnknownResult: Ok<unknown> | Err<unknown>

    Base type for any Result, used for generic constraints. Represents a Result with unknown success and error types.