Interface ParameterizedUrlInfo

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

Hierarchy (view full)

Properties

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