# Interface: CancelableRequestObject<T>

# Type parameters

Name
T

# Table of contents

# Properties

# Properties

# cancel

Readonly cancel: Canceler

Defined in: utils/index.ts:116 (opens new window)


# request

Readonly request: Promise<T>

Defined in: utils/index.ts:115 (opens new window)