Skip to main content
Version: v1

IWebResolvedUrl Interface

Signature

export interface IWebResolvedUrl extends IResolvedUrlBase

Extends: IResolvedUrlBase

Properties

PropertyTypeDescription
datastring
type"web"

Property Details

data

Signature

data: string;

Type: string

type

Signature

type: "web";

Type: "web"