swagger-typescript-api
    Preparing search index...

    Interface ParsedRouteResponse

    interface ParsedRouteResponse {
        contentTypes?: string[];
        errorType?: string;
        fullTypes?: string;
        type?: string;
    }
    Index

    Properties

    contentTypes?: string[]
    errorType?: string
    fullTypes?: string
    type?: string