Interface UtilsCheckLinkParams

interface UtilsCheckLinkParams {
    url: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

url: string

Link to check (e.g., 'http://google.com').

Generated using TypeDoc