taxum
    Preparing search index...

    Type Alias ToHttpResponse

    An interface for objects that can be converted into an HTTP response.

    type ToHttpResponse = {
        toHttpResponse(): HttpResponse;
    }

    Implemented by

    Index

    Methods