Interface OpenUrlParam

interface OpenUrlParam {
    newWindow?: boolean;
    url: string;
}

Properties

Properties

newWindow?: boolean
url: string