# Type alias: CancelableRequestFactory<T>
Ƭ CancelableRequestFactory<T>: (tokenRecord
: CancelTokenRecord) => Promise<T>
# Type parameters:
Name |
---|
T |
# Type declaration:
▸ (tokenRecord
: CancelTokenRecord): Promise<T>
# Parameters:
Name | Type |
---|---|
tokenRecord | CancelTokenRecord |
Returns: Promise<T>
Defined in: utils/index.ts:123 (opens new window)