types.actions

Interfaces

GraftingSuccessAction

Extends

  • Action

Properties

Property
Type
Overrides
Defined in

payload

{pageKey: string;keyPath: string; }

-


GraftingErrorAction

Extends

  • Action

Properties

Property
Type
Overrides
Defined in

payload

{pageKey: string;url: string;err: unknown;keyPath: string; }

-

Type Aliases

FetchArgs

FetchArgs: [string, BasicRequestInit]

Tuple of Fetch arguments that Superglue passes to Fetch.

Defined in

lib/types/actions.ts:7arrow-up-right

Last updated

Was this helpful?