yaschema-api-openapi
    Preparing search index...

    Interface ParameterizedUrlInfo

    interface ParameterizedUrlInfo {
        description?: string;
        url: string;
        urlParams?: Record<string, UrlParamInfo>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    description?: string
    url: string
    urlParams?: Record<string, UrlParamInfo>