swagger-typescript-api
    Preparing search index...

    Type Alias RawRouteInfo

    type RawRouteInfo = {
        consumes?: string[];
        description?: string;
        method: string;
        moduleName: string;
        operationId: string;
        produces?: string[];
        requestBody?: object;
        responses?: Spec["responses"];
        responsesTypes: RequestResponseInfo[];
        route: string;
        summary?: string;
        tags?: string[];
    }
    Index

    Properties

    consumes?: string[]
    description?: string
    method: string
    moduleName: string
    operationId: string
    produces?: string[]
    requestBody?: object
    responses?: Spec["responses"]
    responsesTypes: RequestResponseInfo[]
    route: string
    summary?: string
    tags?: string[]