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

    Interface SwaggerConfig

    interface SwaggerConfig {
        components?: SwaggerConfigComponents;
        info: SwaggerRInfo;
        openapi: string;
        paths: SwaggerRPath;
        security?: [SKey<any[]>];
        servers?: SwaggerRServer[];
        tags?: string[];
    }
    Index

    Properties

    openapi: string
    security?: [SKey<any[]>]
    servers?: SwaggerRServer[]
    tags?: string[]