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

    Interface SwaggerRServer

    interface SwaggerRServer {
        description?: string;
        url: string;
        variables?: string | string[];
    }
    Index

    Properties

    description?: string
    url: string
    variables?: string | string[]