@grandlinex/swagger-mate
    Preparing search index...

    Interface SwaggerRPathTypes

    interface SwaggerRPathTypes {
        delete?: SwaggerRPathConf;
        get?: SwaggerRPathConf;
        patch?: SwaggerRPathConf;
        post?: SwaggerRPathConf;
        update?: SwaggerRPathConf;
    }
    Index

    Properties

    Optionalpost