Skip to main content
Version: v1

IWebResolvedUrl Interface

Signature

export interface IWebResolvedUrl extends IResolvedUrlBase

Extends: IResolvedUrlBase

Properties

Property Type Description
data string
type "web"

Property Details

data

Signature

data: string;

Type: string

type

Signature

type: "web";

Type: "web"