Backstage
    Preparing search index...

    Interface DocRequestMatcher<Doc, T, Method>

    Superset of the express router path matcher that enforces typed request and response bodies.

    Type Parameters

    • Doc extends RequiredDoc
    • T
    • Method extends "all" | "get" | "post" | "put" | "delete" | "patch" | "options" | "head"