Skip to main content

Type Alias: RedirectData

RedirectData = object

Defined in: packages/core/src/utils/fetchRedirect.ts:5

Properties

location

location: string | undefined | null

Defined in: packages/core/src/utils/fetchRedirect.ts:11

The redirect new location

will be null if no redirect is found


status

status: number

Defined in: packages/core/src/utils/fetchRedirect.ts:18

The status number of the redirect

Will be 0 if the redirect is not found