Skip to content

FetchReturn

type FetchReturn: Promise<object | object>;

Represents the return value of the fetch method. Only one property will be set at a time.

Source

types.ts:219