Backstage
    Preparing search index...

    Type Alias DocRequestHandler<Doc, Path, Method>

    DocRequestHandler: core.RequestHandler<
        PathSchema<Doc, Path, Method>,
        ResponseBodyToJsonSchema<Doc, Path, Method>,
        RequestBodyToJsonSchema<Doc, Path, Method>,
        QuerySchema<Doc, Path, Method>,
        Record<string, string>,
    >

    Typed express request handler.

    Type Parameters