Interface UtilsLinkChecked

interface UtilsLinkChecked {
    link: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

link: string

Link URL

Generated using TypeDoc