rest-vir - v1.0.0
    Preparing search index...

    Type Alias EndpointPathBase

    EndpointPathBase: `/${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.