Skip to main content

IRequest Interface

Signature

export interface IRequest

Properties

Property Modifiers Type Description
headers optional IRequestHeader
url string

Property Details

headers

Signature
headers?: IRequestHeader;

Type: IRequestHeader

url

Signature
url: string;

Type: string