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

    Type Alias EndpointMethodDefinitionResponseStatuses<EndpointMethod>

    EndpointMethodDefinitionResponseStatuses: EndpointMethod extends EndpointMethodDefinition
        ? Extract<keyof EndpointMethod["responses"], HttpStatus>
        : HttpStatus

    Extracts the defined statuses for the given endpoint method definition.

    Type Parameters