Skip to main content
Version: v1

IRequest Interface

Signature

export interface IRequest

Properties

PropertyModifiersTypeDescription
headersoptionalIRequestHeader
urlstring

Property Details

headers

Signature

headers?: IRequestHeader;

Type: IRequestHeader

url

Signature

url: string;

Type: string