rest-vir - v2.2.0
    Preparing search index...

    Type Alias BaseRoutePath

    BaseRoutePath: `/${string}` | "/"

    Base requirement for endpoint paths.

    Note that this whole thing should be lowercase. Technically, we should use Lowercase<string> because of that. However, that makes the type requirements way too strict and hard to deal with.